test
Download All Links 2.1 OPEN THE “XAMPP control panel” 2.2 Start the “Apache and MySql” 2.3 Click “Admin” button from MySql 2.4 Now open the “phpmyAdmin” window in brower 2.2.1 Open “phpmyAdmin” in brower 2.2.2 Click “Database” 2.2.3 Enter Database “Name” and Enter collection “Utf8_bin” and click “ create” 2.2.4 Click created Database from the left side 2.2.5 Click “import” from the top bar 2.2.6 Click “ browse” select the sql file and click “ go” 2.2.7 Open the “readme” file in the project folder 2.2.8 Open the “readme” file and copy the “project url” 2.2.9 Paste the url in web browser and click “enter” 3.1 Open android studio from adt bundle folder 3.2 Click the location path and click “next” 3.3 click “install” button 3.4 click “finish” button 3.5 click “next” button 3.6 click “standard” button and click “next” 3.7 click “finish” button 3.8 Now, open the Android studio and click “create new project” 3.9 select “empty activity” and click “next” 3.10 Enter project name – “My application_sample” and click “next” 3.11 Copy the “web” folder 3.12 select “res” folder and paste in res folder it shows on all project files 4.1. Select the “AVD” manager icon 4.2 Create new “ virtual device “ 4.3 Click “Nexus One” then click “ Next “ 4.4 Select “Lollipop – android 5.1” and download then click “ Next “ 4.5 Click “Finish” 4.6 Now created “AVD” in this list then click “play” symbol button. 4.7 Now open the android emulator. 5.1 Click windows + R open the Run command and enter the “cmd” then click “Ok”. 5.2 Now, open the Command prompt. Located the path click “enter” 5.3 Now, path is located. 5.4 enter the “adb install library_local_86.apk”( project apk name ) 5.5 apk name and click “enter”. It shows on “success”. Go to check on Android emulator. 5.6 Current project is install in Android emulator Change Management for New Apk Solve Error in Cordova troubleshoot Android Emulator is showing black box in display My Application is not login Minimum PC configuration How to check Virtualization for windows 10 Goto Task Manager > Check Virtualization option https://1drv.ms/u/s!AmDGd6SkM5JOgUPRwCp7ravUhGb1?e=YAFzfb Note: Don’t use other version of xampp Best Pratices dos Where I can find the Android source code Download All Links Install the following libraries pip install –upgrade pip 2.3 Start the “Apache and MySql”. Django run command -> python manage.py runserverAndroid
Chatper 1 – Quick Install Android Configuration
1.1. Software to be downloaded
Download Xampp Link (or) https://www.apachefriends.org/download.html Chatper 2 – Installation
2.1. Installation of Xampp
2.2 Backend configuration
Chatper 3 – Android
3. Installation of Android studio
Chatper 4 – AVD Manager
4. Creating a AVD Manager in Android studio
Chatper 5 – APK installation
5. Creating a APK in command prompt
Android Software Requriments
Django Python
Chatper 1 – Download
1.1. Software to be downloaded
pip install django
pip install django-crispy-forms
pip install django-filter
pip install mysqlclient
pip install crispy-forms-foundation-demo
pip install django-bootstrap4
pip install django-bootstrap5
pip install crispy-bootstrap4
pip install crispy-bootstrap5
pip install Pillow
pip install django-import_export1.2. Installation Video Tutorial
Chatper 2 – Installation
2.1. Installation of Xampp
2.2 OPEN THE “XAMPP control panel”
2.4 Click “Admin” button from MySql.
2.5 Now open the “phpmyAdmin” window in browser
2.6 Backend configuration
A. Open “phpmyAdmin” in brower
B. Click “Database”
C. Enter Database “Name” and Enter collection “Utf8_bin” and click “ create”
D. Click created Database from the left side
E. Click “import” from the top bar
F. Click “ browser” select the sql file and click “ go”
3. Installation of Python
4. Run the Django project in Command Prompt
G. Open the “readme” file in the project folder
H. Open the “readme” file and copy the “project url”
I. Open the Command Prompt . To change the Path Directory Give this command ==> cd “paste project url”
J. Inside the Project url path in Command prompt
K. If python manage.py runserver occurs any error like showing some library missing
Install the following libraries
L. After running Django . it show the browsing address .
Copy the address and paste into browser path.
M. Project is successfully running now.