Android Activity
Introduction to Activity आप की application में एक से ज्यादा activity हो सकती है। जब आप इन activities के through navigate …
Introduction to Activity आप की application में एक से ज्यादा activity हो सकती है। जब आप इन activities के through navigate …
Introduction to Broadcast Receivers Broadcast receivers वो android components होते है जिनकी मदद से आप दूसरी applications …
Introduction to Android Buttons Buttons किसी भी एप्लीकेशन के लिए बहुत important element होते है। Button को click करने पर …
Android Activity अगर आपकी application में GUI Screen है तो activity भी जरूर होगी। एक GUI Screen और activity में one to …
Android SDK Android SDK (Software Development Kit) - Android SDK में वो सभी टूल्स होते है जिनकी आपको एंड्राइड एप्लीकेशन …
Introduction to Android Dialogs Dialog एक छोटी सी window होती है जिससे यूज़र कोई decision ले सकता है या कुछ information …
Introduction to Android File System Android file system में जितनी भी directories होती है उन सबका अलग अलग purpose होता …
Introduction to Android Fragments एक fragment किसी activity के अंदर एक separate UI (user interface) होता है। Fragments …
Introduction to Android Intents Intents का मतलब होता है आप क्या करना चाहते है। जैसे की में contacts list देखना चाहता …
Introduction to Android Android एक ओपन सोर्स linux based ऑपरेटिंग सिस्टम है। एंड्राइड को 2009 में डेवेलप किया गया था। …
Introduction to Android Layouts जैसा की मैने आपको पहले बताया जब भी आप views क्रिएट करते है तो वो उसी order में शो होते …
Introduction to Android Menus Menus किसी भी एप्लीकेशन का एक बहुत ही कॉमन इंटरफ़ेस होता है। यूजर को easy और designer …
Introduction to Android Multimedia आज का एक cell phone सिर्फ बात करने के लिए ही नहीं बल्कि multimedia के लिए भी use किया …
Introduction to Android Networking Mobile phones दिनों दिन computer ही बनते जा रहे है। Android phones में networking की …
Introduction to Android Notifications Notifications आपके device में top पर battery और signal icons के पास show होते है। …
Introduction to Android Resources जैसा की मैने आपको पहले बताया resources वो files होती है जो आपकी एप्लीकेशन code में …
Introduction to Android Search Interface Searching किसी भी एप्लीकेशन का एक important feature हो सकता है। यदि आप चाहते है …
Introduction to Android Services इससे पहले की आप जाने की service क्या होती है आइये जानते है की service क्या नहीं होती है …
Introduction to Android Spinners Android spinners आपकी एप्लीकेशन में एक drop down menu होती है। इस drop down menu में …
Introduction to Android Storage System Android system data को स्टोर करने के लिए बहुत से options provide करता है। आप …
Introduction to Android Text Fields आप अपनी android application में text fields क्रिएट कर सकते है। Text fields को text …
Introduction to Android Toasts Android toast एक simple popup मैसेज होता है जो कुछ देर के लिए स्क्रीन पर appear होता है …
Introduction to Android Views Android views एक्टिविटी के अंदर होते है। Android views वो elements होते है जो हमे स्क्रीन …
Introduction to AndroidManifest.xml File AndroidManifest.xml file में आपके package की information होती है। आप अपनी …
Introduction to Content Provider यदि आप अपनी application का डेटा दूसरी applications के साथ share करना चाहते है तो आपको …
हयदि आप पहले किसी IDE पर काम कर चुके है तो आप Android Studio के साथ भी आराम से काम कर सकते है.
हैलो दोस्तों, इस tutorial में मै आपको android studio install करना बताऊंगा। Android studio को install करना बहुत ही आसान …