SlideShare a Scribd company logo
B Y A D A R S H P A T E L
W O R K S H O P O N
Index
Introduction to Android
Introduction to Android Studio IDE
Introduction to Activity
Goto Next Activity
Goto Next Activity with Data
Manage User Sessions
Receive Single Data from Server
Receive Multiple Data from Server
Bind Single Column Data with ListView
Bind Multi Column Data with ListView
http://arthtechnology.com
Introduction to Android
http://arthtechnology.com
Introduction to
Android Studio IDE
Introduction to Activity
http://arthtechnology.com
Goto Next Activity
http://arthtechnology.com
Actually There are many options
Goto Another Activity
Goto Another Activity with Data
Open Browser
Open Share Intent
Open Another Activity to Select Image
Open Another Activity to Select File
http://arthtechnology.com
Goto Another Activity
Intent intent = new Intent(getApplicationContext(),
MainActivityHome.class);
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(intent);
http://arthtechnology.com
Goto Another Activity with Data
(Temporary)
Display one item when you click on list of item
Pass just true/false or just id
Pass Index (like from where you are coming...) (Eg. Login
page is only one and we are using from workshop and
training both so we need to
http://arthtechnology.com
Goto Another Activity with Data
(Temporary) (Example)
Intent intent = new Intent(getApplicationContext(),
MainActivityHome.class);
intent.putExtra("varable1","value")
startActivity(intent);
varable1= getIntent().getStringExtra("varable1");
http://arthtechnology.com
Manage User Sessions
(Permanent)
public static final String PREFS_NAME = "Preference";
SharedPreferences settings =
getSharedPreferences(PREFS_NAME, 0);
SharedPreferences.Editor editor = settings.edit();
editor.putString("mobiletatus", "Y").apply();
String par1 = settings.getString("mobile", "9898036028");
http://arthtechnology.com
Share Intent
Intent share = new
Intent(android.content.Intent.ACTION_SEND);
share.setType("text/plain");
share.putExtra(Intent.EXTRA_SUBJECT, "RTO Code
Apps");
share.putExtra(Intent.EXTRA_TEXT, "Try RTO Code Apps
(Link : https://goo.gl/isqXV7 ) Provides All Vehicle Reg
Code ");
startActivity(Intent.createChooser(share, "Share link!"));
http://arthtechnology.com
Open Another Activity to Select
Image
http://arthtechnology.com
Open Another Activity to Select File
http://arthtechnology.com
Its all about sending data
one Activity to another activity
or
Get some data/File/Image
from Android
http://arthtechnology.com
Now its time to
fetch data from Server
http://arthtechnology.com
Fetch Data from Server (some cases)
Validate User (Is userid and password is correct or not)
Change User Password
User forgot his/her password send by sms
Send otp to verify mobile number
send invitation to their friends about app via server
Check I have applied for Android Fundamental
workshop
Fetch list of upcoming workshops of Arth Technology
Fetch list of completed workshops of Arth Technology
Fetch list of workshops I have applied
http://arthtechnology.com
Example to fetch data
http://arthtechnology.com
Example to fetch data
Login with okhttp (Fetch Data from Server)
Login with AsyncTask (Fetch Data from Server)
Save data to Preference
Load data from Preference
http://arthtechnology.com
A R T H T E C H N O L O G Y
T H A N K Y O U !

More Related Content

PDF
Session 3 android study jam
PPTX
Gcp github-bigquery
PDF
Workshop on android ui
PDF
Java for android developers
PDF
Basic java for Android Developer
PDF
Workhsop on Logic Building for Programming
PPTX
Optimizing apps for better performance extended
PDF
Workshop on Search Engine Optimization
Session 3 android study jam
Gcp github-bigquery
Workshop on android ui
Java for android developers
Basic java for Android Developer
Workhsop on Logic Building for Programming
Optimizing apps for better performance extended
Workshop on Search Engine Optimization

Viewers also liked (20)

PPTX
Optimizing Apps for Better Performance
PDF
App indexing api
PDF
Project Analysis - How to Start Project Develoment
PPTX
Hack'n Break Android Workshop
PPTX
What's new in Android at I/O'16
PPTX
Android development session 3 - layout
PPTX
Overview of DroidCon UK 2015
PDF
Lecture 04. Mobile App Design
PDF
Android development session 4 - Fragments
PDF
Android Udacity Study group 1
PDF
Working better together designers & developers
PPTX
Session #8 adding magic to your app
PPTX
Management Innovation
PPTX
Workshop Android for Java Developers
PDF
Lecture 06. iOS Programming. Основи Objective-C
PDF
Workshop on How to crack interview
PDF
Android Development Workshop
PDF
Lecture 08 Xamarin
PPTX
Android design lecture #1
PPTX
Android development session 6 - Google Maps v2
Optimizing Apps for Better Performance
App indexing api
Project Analysis - How to Start Project Develoment
Hack'n Break Android Workshop
What's new in Android at I/O'16
Android development session 3 - layout
Overview of DroidCon UK 2015
Lecture 04. Mobile App Design
Android development session 4 - Fragments
Android Udacity Study group 1
Working better together designers & developers
Session #8 adding magic to your app
Management Innovation
Workshop Android for Java Developers
Lecture 06. iOS Programming. Основи Objective-C
Workshop on How to crack interview
Android Development Workshop
Lecture 08 Xamarin
Android design lecture #1
Android development session 6 - Google Maps v2
Ad

Similar to Fundamental of android (20)

PDF
Android Basic Components
PDF
Android Workshop 2013
PDF
Android is not just mobile
PDF
Android basic 2 UI Design
PPTX
Mobile web development
PPTX
Pertemuan 03 - Activities and intents.pptx
PPT
Day 4: Android: Getting Active through Activities
PPT
Android_ver_01
PPTX
05 intent
PDF
Mobile 2.0 Open Ideas WorkShop: Building Social Media Enabled Apps on Android
PPTX
PDF
Android Tutorial
PPTX
MAD mobile application development you can learn from here , we perform all c...
PDF
HackU 2013 : Introduction to Android programming
PPTX
Activity & Shared Preference
PPTX
Android app security
PDF
Android Application Development Online Training.pdf
PDF
Android intents-3 www.j2program.blogspot.com
PDF
Android training in Hyderabad
PDF
Workshop 04 android-development
Android Basic Components
Android Workshop 2013
Android is not just mobile
Android basic 2 UI Design
Mobile web development
Pertemuan 03 - Activities and intents.pptx
Day 4: Android: Getting Active through Activities
Android_ver_01
05 intent
Mobile 2.0 Open Ideas WorkShop: Building Social Media Enabled Apps on Android
Android Tutorial
MAD mobile application development you can learn from here , we perform all c...
HackU 2013 : Introduction to Android programming
Activity & Shared Preference
Android app security
Android Application Development Online Training.pdf
Android intents-3 www.j2program.blogspot.com
Android training in Hyderabad
Workshop 04 android-development
Ad

Recently uploaded (20)

PPTX
Lesson notes of climatology university.
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Basic Mud Logging Guide for educational purpose
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Lesson notes of climatology university.
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
human mycosis Human fungal infections are called human mycosis..pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
TR - Agricultural Crops Production NC III.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Sports Quiz easy sports quiz sports quiz
Pharmacology of Heart Failure /Pharmacotherapy of CHF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPH.pptx obstetrics and gynecology in nursing
Module 4: Burden of Disease Tutorial Slides S2 2025
Supply Chain Operations Speaking Notes -ICLT Program
2.FourierTransform-ShortQuestionswithAnswers.pdf
Cell Structure & Organelles in detailed.
Basic Mud Logging Guide for educational purpose
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Classroom Observation Tools for Teachers
Final Presentation General Medicine 03-08-2024.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?

Fundamental of android

  • 1. B Y A D A R S H P A T E L W O R K S H O P O N
  • 2. Index Introduction to Android Introduction to Android Studio IDE Introduction to Activity Goto Next Activity Goto Next Activity with Data Manage User Sessions Receive Single Data from Server Receive Multiple Data from Server Bind Single Column Data with ListView Bind Multi Column Data with ListView http://arthtechnology.com
  • 7. Actually There are many options Goto Another Activity Goto Another Activity with Data Open Browser Open Share Intent Open Another Activity to Select Image Open Another Activity to Select File http://arthtechnology.com
  • 8. Goto Another Activity Intent intent = new Intent(getApplicationContext(), MainActivityHome.class); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(intent); http://arthtechnology.com
  • 9. Goto Another Activity with Data (Temporary) Display one item when you click on list of item Pass just true/false or just id Pass Index (like from where you are coming...) (Eg. Login page is only one and we are using from workshop and training both so we need to http://arthtechnology.com
  • 10. Goto Another Activity with Data (Temporary) (Example) Intent intent = new Intent(getApplicationContext(), MainActivityHome.class); intent.putExtra("varable1","value") startActivity(intent); varable1= getIntent().getStringExtra("varable1"); http://arthtechnology.com
  • 11. Manage User Sessions (Permanent) public static final String PREFS_NAME = "Preference"; SharedPreferences settings = getSharedPreferences(PREFS_NAME, 0); SharedPreferences.Editor editor = settings.edit(); editor.putString("mobiletatus", "Y").apply(); String par1 = settings.getString("mobile", "9898036028"); http://arthtechnology.com
  • 12. Share Intent Intent share = new Intent(android.content.Intent.ACTION_SEND); share.setType("text/plain"); share.putExtra(Intent.EXTRA_SUBJECT, "RTO Code Apps"); share.putExtra(Intent.EXTRA_TEXT, "Try RTO Code Apps (Link : https://goo.gl/isqXV7 ) Provides All Vehicle Reg Code "); startActivity(Intent.createChooser(share, "Share link!")); http://arthtechnology.com
  • 13. Open Another Activity to Select Image http://arthtechnology.com
  • 14. Open Another Activity to Select File http://arthtechnology.com
  • 15. Its all about sending data one Activity to another activity or Get some data/File/Image from Android http://arthtechnology.com
  • 16. Now its time to fetch data from Server http://arthtechnology.com
  • 17. Fetch Data from Server (some cases) Validate User (Is userid and password is correct or not) Change User Password User forgot his/her password send by sms Send otp to verify mobile number send invitation to their friends about app via server Check I have applied for Android Fundamental workshop Fetch list of upcoming workshops of Arth Technology Fetch list of completed workshops of Arth Technology Fetch list of workshops I have applied http://arthtechnology.com
  • 18. Example to fetch data http://arthtechnology.com
  • 19. Example to fetch data Login with okhttp (Fetch Data from Server) Login with AsyncTask (Fetch Data from Server) Save data to Preference Load data from Preference http://arthtechnology.com
  • 20. A R T H T E C H N O L O G Y T H A N K Y O U !