ChatGPT

चैट GPT – एक चैटबॉट है जो किसी भी तरह के सवाल के जवाब, कोई mathematic, programming के solution और भी कई सारे काम आसानी से कर सकता है । चैट GPT को Open AI द्वारा नवंबर 2022 मे लॉन्च किया गया है जिसे आज के समय मे chatGPT काफी उपयोगी हो सकता है । […]

Add share button on your created app using Kotlin, And engage more user. So add simple code on your project. How to Do Paste this code for button on ActivityMain.xml <Button android:id=”@+id/share_btn” android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Tell a friend” /> Then paste functionality code on MainActivity.kt file – val share_btn : Button = findViewById(R.id.share_btn) share_btn.setOnClickListener { val […]

Add kotlin code on your android studio’s project and check app is Installed or not Installed using package name. So you can add some codes on Androidmanifast.xml and MainActivity.kt. How to Do Open Androidmanifast.xml file then paste given code – <queries> <!– Explicit apps you know in advance about: –> <package android:name=”AppEnterPackageName”/> <package android:name=”AppEnterPackageName2″/> <package […]

WA driect

WA Direct is a WhatsApp Opener software that can be installed and run on Mobile. This Tool software is developed by TheKroyaard. You can install Tool software in Android operating systems and start WhatsApp Opener. Details Name WA Direct Type Tool Work WhatsApp Opener Device Mobile Support On Android Company TheKroyaard How to Download To download […]

Present Tense – Which describes a current activity or state of being. 1 – Present indefinite tense जब वाक्य के अंत मे ता है , ती है , ते है आदि शब्द आए वहाँ present indefinite tense होता है । Helping verb / Auxiliary verb साधारण वाक्यों मे किसी भी सहायक क्रिया का प्रयोग नहीं […]

Tense is a verb-based method used to indicate the time, and sometimes the continuation or completeness. Types of Tense Present Tense – Which describes a current activity or state of being. Past Tense – Expresses a state of being in the past. Future Tense – Expresses actions that have not yet happened or that will […]