|
1 | | -<p align="center"> |
2 | | - <a href="https://cloud.ibm.com"> |
3 | | - <img src="https://landscape.cncf.io/logos/ibm-cloud-kcsp.svg" height="100" alt="IBM Cloud"> |
4 | | - </a> |
5 | | -</p> |
6 | | - |
7 | | - |
8 | | -<p align="center"> |
9 | | - <a href="https://cloud.ibm.com"> |
10 | | - <img src="https://img.shields.io/badge/IBM%20Cloud-powered-blue.svg" alt="IBM Cloud"> |
11 | | - </a> |
12 | | - <img src="https://img.shields.io/badge/platform-android-lightgrey.svg?style=flat" alt="platform"> |
13 | | - <img src="https://img.shields.io/badge/license-Apache2-blue.svg?style=flat" alt="Apache 2"> |
14 | | -</p> |
15 | | - |
16 | | - |
17 | | -# Create an Android application |
18 | | - |
19 | | -> We have applications available for [Node.js Express](https://github.com/IBM/node-express-app), [Go Gin](https://github.com/IBM/go-gin-app), [Python Flask](https://github.com/IBM/python-flask-app), [Python Django](https://github.com/IBM/python-django-app), [Java Spring](https://github.com/IBM/java-spring-app), [Java Liberty](https://github.com/IBM/java-liberty-app), [Swift Kitura](https://github.com/IBM/swift-kitura-app), and [Android](https://github.com/IBM/android-app). |
20 | | -
|
21 | | -In this sample, you will create an Android application complete with standard best practices. An Android app is a software application running on the Android platform. Because the Android platform is built for mobile devices, a typical Android app is designed for a smartphone or a tablet PC running on the Android OS. |
22 | | - |
23 | | -## Steps |
24 | | - |
25 | | -You can manage CI/CD [for this application in IBM Cloud](https://cloud.ibm.com/developer/appservice/create-app?navMode=starterkits) or [build it locally](#building-locally) by cloning this repo first. |
26 | | - |
27 | | -### Deploying to IBM Cloud |
28 | | - |
29 | | -<p align="center"> |
30 | | - <a href="https://cloud.ibm.com/developer/appservice/create-app?navMode=starterkits"> |
31 | | - <img src="https://cloud.ibm.com/devops/setup/deploy/button_x2.png" alt="Deploy to IBM Cloud"> |
32 | | - </a> |
33 | | -</p> |
34 | | - |
35 | | -Use the button above to develop this same application on IBM Cloud. This option will create a CI/CD pipeline, complete with a hosted GitLab project and DevOps toolchain. [IBM Cloud DevOps](https://www.ibm.com/cloud/devops) services provides toolchains as a set of tool integrations that support development, deployment, and operations tasks inside IBM Cloud. |
36 | | - |
37 | | -### Building Locally |
38 | | - |
39 | | -To get started building this application locally, you can run the application natively. |
40 | | - |
41 | | -#### Native Application Development |
42 | | - |
43 | | -- Install the latest [Android Studio](https://developer.android.com/studio) 3.5.3+ version. |
44 | | - |
45 | | -To run your application locally: |
46 | | - |
47 | | -- Clone the repo locally, and import the project into Android Studio |
48 | | - |
49 | | -- Follow the instructions here to run the Android application on an emulator: https://developer.android.com/training/basics/firstapp/running-app |
50 | | - |
51 | | - |
52 | | -Your application will be running within your chosen device emulator. |
53 | | - |
54 | | - |
55 | | -## Next Steps |
56 | | -* Learn more about augmenting your Android applications on IBM Cloud with the [Mobile Programming Guide](https://cloud.ibm.com/docs/mobile?topic=mobile-getting-started). |
57 | | -* Explore other [sample applications](https://cloud.ibm.com/developer/appservice/starter-kits) on IBM Cloud. |
58 | | - |
59 | | -## License |
60 | | - |
61 | | -This sample application is licensed under the Apache License, Version 2. Separate third-party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/) and the [Apache License, Version 2](https://www.apache.org/licenses/LICENSE-2.0.txt). |
62 | | - |
63 | | -[Apache License FAQ](https://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN) |
| 1 | +test |
0 commit comments