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 में डेवेलप किया गया था। …