android Archives - Jigopost https://www.jigopost.com/tag/android/ jigopost is Web And Android Development tutorials for beginners, Our mission: to help people learn to code for free. Level up your blogging skills and become a successful blogger. This includes information on how to start, run, and grow your blog Wed, 06 Oct 2021 12:24:12 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://www.jigopost.com/wp-content/uploads/2019/12/cropped-logojigodp-32x32.png android Archives - Jigopost https://www.jigopost.com/tag/android/ 32 32 Popup Window Android Example https://www.jigopost.com/popup-window-android-example/ https://www.jigopost.com/popup-window-android-example/#comments Wed, 06 Oct 2021 05:44:00 +0000 https://www.jigopost.com/?p=811 Inflate and show the popup window in Android Here is the code for the main activity of our example. Whenever the button is clicked, the popup window is inflated and shown over the activity. Touching anywhere on the screen dismisses the popup window Show this tutorial popup window in android To create a simple working PopupWindow, we need to do...

The post Popup Window Android Example appeared first on Jigopost.

]]>
https://www.jigopost.com/popup-window-android-example/feed/ 1
circle shape xml android https://www.jigopost.com/circle-shape-xml-android/ https://www.jigopost.com/circle-shape-xml-android/#respond Wed, 06 Oct 2021 04:57:00 +0000 https://www.jigopost.com/?p=819 This is a simple circle shape xml as a drawable in Android. Note: To make the oval shape appear as a circle, in these examples, either your view that you are using this shape as its background should be a square or you have to set the height and width properties of the shape tag to an equal value. Android Example, Circle shape in XML drawable file on Android, custom cricle shape, custom butom,...

The post circle shape xml android appeared first on Jigopost.

]]>
https://www.jigopost.com/circle-shape-xml-android/feed/ 0
ViewPager In Kotlin Android https://www.jigopost.com/viewpager-in-kotlin-android/ https://www.jigopost.com/viewpager-in-kotlin-android/#respond Sun, 27 Jun 2021 03:43:00 +0000 https://www.jigopost.com/?p=782 Here we provides a simple tutorials to implement ViewPager in Kotlin. ViewPager is one of most popular widgets available in android libraries. It is used in most of the famous apps like PlayStore,WhatsApp etc. ViewPager is a widget that is used to implement tabs in Android Applications. ViewPager allows users to swipe left or right to see...

The post ViewPager In Kotlin Android appeared first on Jigopost.

]]>
https://www.jigopost.com/viewpager-in-kotlin-android/feed/ 0
How to add a hint to Spinner in Android https://www.jigopost.com/add-a-hint-to-spinner-in-android/ https://www.jigopost.com/add-a-hint-to-spinner-in-android/#respond Tue, 22 Jun 2021 07:22:00 +0000 https://www.jigopost.com/?p=2149  How to add a Hint in spinner · android kotlin android–spinner. XML code of spinner activity_main.xml spinner_item.xml MainActivity.java output

The post How to add a hint to Spinner in Android appeared first on Jigopost.

]]>
https://www.jigopost.com/add-a-hint-to-spinner-in-android/feed/ 0
How to create multiline EditText in Android https://www.jigopost.com/multiline-edittext/ https://www.jigopost.com/multiline-edittext/#respond Sat, 19 Jun 2021 05:42:00 +0000 https://www.jigopost.com/?p=845 Android EditText is a subclass of TextView. EditText is a standard entry widget in android apps. It is an overlay over TextView that configures itself to be editable The EditText is the standard text entry widget in Android apps. If the user needs to enter text into an app, this is the primary way for them to do that. EditText Edit Text example activity_main.xml MainActivity.java...

The post How to create multiline EditText in Android appeared first on Jigopost.

]]>
https://www.jigopost.com/multiline-edittext/feed/ 0
RecyclerView With Kotlin – Android https://www.jigopost.com/recyclerview-with-kotlin-android/ https://www.jigopost.com/recyclerview-with-kotlin-android/#respond Thu, 20 Aug 2020 05:29:09 +0000 https://www.jigopost.com/?p=767 We know that if we need to display a scrolling list of elements based on a large set of data sets which may frequently change we should use RecyclerView. RecyclerView is a much-advanced version of ListView with a lot of improvements made. You might have Implemented RecyclerView in android with Java but here we are going to learn how...

The post RecyclerView With Kotlin – Android appeared first on Jigopost.

]]>
https://www.jigopost.com/recyclerview-with-kotlin-android/feed/ 0
How to Enable developer options on Android https://www.jigopost.com/how-to-enable-developer-options-on-android/ https://www.jigopost.com/how-to-enable-developer-options-on-android/#respond Wed, 19 Aug 2020 05:46:24 +0000 https://www.jigopost.com/?p=761 While enabling Developer Options is done in the same way for every Android phone or tablet, OEMs don’t always put the option in the same place. Navigate your phone to the “Build number” portion of the settings, which can be tucked away and buried in submenus. Here’s how to get there on a few popular devices: Stock Android:...

The post How to Enable developer options on Android appeared first on Jigopost.

]]>
https://www.jigopost.com/how-to-enable-developer-options-on-android/feed/ 0
Android Radio Buttons in Kotlin With Example https://www.jigopost.com/android-radio-buttons-in-kotlin-with-example/ https://www.jigopost.com/android-radio-buttons-in-kotlin-with-example/#respond Mon, 17 Aug 2020 04:11:05 +0000 https://www.jigopost.com/?p=754 Radio buttons in kotlin allow the user to select one option at a time. A RadioButton as two states, selected and unselected. Create a new Project in Kotlin Open Android Studio. Go to File => New => New Project. Write application name . Then, check Include Kotlin Support and click next button. Select minimum SDK you need....

The post Android Radio Buttons in Kotlin With Example appeared first on Jigopost.

]]>
https://www.jigopost.com/android-radio-buttons-in-kotlin-with-example/feed/ 0