Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dombroks/android_client-flask_server
Android app with flask back-end
https://github.com/dombroks/android_client-flask_server
android-studio flask java pycharm-ide python
Last synced: 3 months ago
JSON representation
Android app with flask back-end
- Host: GitHub
- URL: https://github.com/dombroks/android_client-flask_server
- Owner: dombroks
- Created: 2020-04-28T16:12:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T14:51:58.000Z (over 1 year ago)
- Last Synced: 2024-10-09T19:03:57.911Z (3 months ago)
- Topics: android-studio, flask, java, pycharm-ide, python
- Language: Java
- Homepage:
- Size: 227 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text](Flask.png)
# Android Client/Flask Server :+1:
> Read the full article from here: https://medium.com/analytics-vidhya/how-to-make-client-android-application-with-flask-for-server-side-8b1d5c55446e.
### An Android app with a Flask server backend. This open-source project provides a seamless integration of Flask web framework in the server-side and Android app development in the client-side. By following the steps below, you can quickly get started with building your own Android-Flask web app.
## Server-Side Setup (Flask)
### Step 1 - Install Flask Framework
Open your terminal and execute the following command:$ pip3 install Flask
### Step 2 - Coding
Start developing your Flask web app by leveraging the extensive capabilities of the Flask framework. With its simplicity and flexibility, Flask allows you to build robust and scalable web applications effortlessly.
Note: you will find the python code inside the src folder.## Client-Side Setup (Android App)
### Step 1 - Environment Configuration
Configure your development environment by installing the necessary tools and libraries. Ensure that you have Android Studio properly set up for Android app development.### Step 2 - Coding
Leverage the power of OkHttp/Retrofit library and the versatility of Java/Kotlin to develop a feature-rich Android app. Utilize the Android Studio IDE to streamline your development process and create stunning user interfaces.## Tips for Seamless Integration
### Manifest Configuration
Don't forget to add the following line to your Android manifest file to enable sending clear text to the server:
xml
...
### Emulator Default Localhost
When running the Android app on an emulator, you can access the Flask server using the default localhost IP:http://10.0.2.2:PortNumber/
This allows the emulator to connect to the Flask server running on your local machine.Feel free to explore and contribute to this project. Let's build amazing mobile/web apps together!
## License
This project is licensed under the MIT License.