One of the best examples to consider is the example Android app in the Google tutorial. In case you are new to Android, go to https://developer.android.com/training/basics/firstapp/ and complete the tutorial there. We will not go into the details here, so in summary, the steps are:
- Install Android Studio
- Create some simple user interfaces
- Create the activities and define the intents
- Build and create the APK files
For our app, we will be working along similar lines. The name of the project in our case is Fasttext application. So, download the latest Android Studio and fire it up:
Keep on clicking ...