Collection of mobile application development projects including Android and iOS examples.
- APIExample: Android API integration example
- BasicIosApp: Basic iOS application
- Calculator: Mobile calculator application
- LoginForm: Authentication and login form implementation
- RecyclerViewApplication: Android RecyclerView examples
- ToDo: To-do list application
Each project can be built independently. Navigate to the respective project directory and follow its build instructions.
cd [ProjectName]
./gradlew buildOpen in Xcode and build accordingly.