Category: android

What are Activities in Android Studio??

When it comes to providing a perfect environment where developers can build applications for Andriod Phones, Andriod Tablets, Android Wear, […]

How to download and install android studio on windows or mac?

If you are an app builder, and you are looking for an integrated development environment (IDE) optimized for Android apps, […]

Custom GridView with Images and Text in Android

In Android Studio, GridView is a type of View Group that is use to display items in scrolling manner, also […]

How to use Spinner in Android Studio

Android Spinner is used to display the multiple options in which the user can select only one item. In other […]

Implement share button in Android app

From this Blog, you can easily find out the source code for how to enable sharing content in your android […]

Source Code for Camera Implementation in Android Studio

In this blog, you will get the source code for implementing camera in your android app. You just need to […]

Sign Up Validation Form in Android Studio

Sign Up form in Android app is very popular.. so in this blog we see how to design a simple […]

How to implement search view in android

Search Function in Android using ListView Search View is similar to the search box in HTML. With this widget, we […]

What’s App Integration in Android Studio App

In Android App whats app can be open through intent filter directly. Only thing that need to use package name […]

Custom ListView Android Studio

Android Custom ListView (Image & Text) For adding content from data source, custom ListView uses Adapter class. (Adapter class basically […]