X

Starting with ANDROID

Product ID : 33774588


Galleon Product ID 33774588
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
2,190

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown

Pay with

About Starting With ANDROID

This book is written to cover all the aspects of Android in a comprehensive way. Apart from the basics of Android, this book covers its various features like tools for development of app and applications of Android platform. It teaches everything you will need to know to successfully develop your own Android applications. The book addresses all the fundamentals including Intents, Activities user interfaces, SMS messaging, databases. • It explains how to adapt to display orientation, user interface. • It explains the various elements that go into designing your user interface using views such as TextView, EditText, ProgressBar, ListView etc. • It shows how to display pictures. • It shows how to use menus. • It explains how to send and receive SMS. • It explains how to create service which runs in the background. Contents • Getting Started with Android o What is android o Glimpse of Android versions o Architecture of Android o Android SDK o Android Studio o Creating First Hello App o Anatomy of Android Application • Understanding Activities and Intents Activity Concept Lifecycle of Activity Concept of Intent Linking two Activities • Knowing User Interface View and View Groups Layouts Android Constraint Layout Example Basic Controls of Screen Managing Orientation Controlling Orientation • Designing User Interface Using Basic Views TextView Button, ImageButton, EditText, CheckBox, ToggleButton and RadioGroup Event Handling of Views ProgressBar View Picker Views ListView • Image Views and Grid View o Gallery and ImageView o Using GridView to show images o WebView • Working with Menus Options Menu Context Menu Popup Menu Creating Options Menu Creating Context Menu Creating Popup Menu • Data Persistence Saving and Loading by using SharedPreference Read and write files in external and internal storage of memory Data Storage using SQLite • Sending SMS using APP o Sending SMS o Sending SMS using SMSManager o Sending SMS by using using built in SMS Application o Receiving SMS