91-9990449935 0120-4256464 |
Android TutorialAndroid tutorial or android development tutorial covers basic and advanced concepts of android technology. Our android tutorial is developed for beginners and professionals. Android is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones, electronic book readers, set-top boxes etc. It contains a linux-based Operating System, middleware and key mobile applications. It can be thought of as a mobile operating system. But it is not limited to mobile only. It is currently used in various devices such as mobiles, tablets, televisions etc. Android Development TutorialIn this fundamental chapter, you will learn about android, its components, how to create first android application, internal of first android application etc. What is AndroidHistory and Version Software Stack Core Building Blocks Android Emulator Installing softwares Setup Eclipse Hello Android example Internal Details Dalvik VM AndroidManifest.xml R.java Hide Title Bar Activity and IntentIt provides the detail of activity, its life cycle with example, implicit intent, sending information from one activity to another etc. Activity LifeCycleImplicit Intent Explicit Intent StartActivityForResult Android UI WidgetsThere are given a lot of android ui widgets examples such as toggle button, alert dialog, spinner, progress bar, alert dialog etc. UI WidgetsWorking with Button Toast Custom Toast ToggleButton CheckBox AlertDialog Spinner AutoCompleteTextView RatingBar DatePicker TimePicker ProgressBar Menus in AndroidHere, you will learn about the option menu that is primary menu, context menu that works on long press and popup menu. Option MenuContext Menu Popup Menu Service in AndroidIt can be used to perform any task in background. It doesn't have any user interface(UI). Android ServiceData StorageYou can store data in android using preferences, internal storage, external storage and sqlite database. Preferences are used to primitives, internal storage stores data in device internal memory, external storage stores data in device external memory such as SD card and SQLite is used to store data in sqlite database i.e. inbuilt in android Operating System (OS). Internal StorageExternal Storage SQLite DatabaseSQLite Tutorial and ExampleSQLite Example with GUI by Spinner XML and JSON ParsingThere are three ways to parse the xml file but android recommends XMLPullParser to parse the XML. Instead of XML, JSON is preferred because it is fast and short. XML Parsing SAXXML Parsing DOM XMLPullParser JSON Parsing Android MultimediaAndroid multimedia api deals in playing and controlling the audio and video. Playing Audio in android ExamplePlaying Video in android Example Android Speech APISpeech API is used to convert text into speech. Android TextToSpeech TutorialTextToSpeech Example with Speed option Telephony APIIt can be used to get details about the device, making phone calls, sending sms, sending emails etc.
TelephonyManager Device ConnectivityWe can connect and control bluetooth, wifi and camera in android. Bluetooth TutorialList Paired Devices Android Sensor TutorialAndroid sensor tutorial covers concept and example of motion sensor, position sensor and environmental sensor. Android Sensor TutorialWeb Service TutorialAndroid web service tutorial enables you to interact with other programming language such as Java, .Net, PHP and Python. Android Web ServiceAndroid AnimationAndroid animation enables you to rotate, slide and flip images and text. Android Animation Example
Next TopicWhat is Android
|