← All projects

Android_client-Flask_server

by @dombroks

14

Android app with flask back-end

About this project

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

From the project README on GitHub

Stars
14
Forks
5
Last push
18 Jun 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/android-client-flask-server.svg)](https://www.madeinalgeria.dev/projects/android-client-flask-server)

Related projects