Code Monkey home page Code Monkey logo

Sambhaji Karad's Projects

android-lifecycle icon android-lifecycle

Understanding the Android lifecycle. This tutorial describes how the Android application and activity life cycle works.

androidgesture icon androidgesture

Android provides special types of touch screen events such as pinch , double tap, scrolls , long presses and flinch. ... Handling Pinch Gesture. ... You will use Android studio to create an Android application

androidintent icon androidintent

An Android Intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested BroadcastReceiver components, and startService(Intent) or bindService(Intent, ServiceConnection, int) to communicate with a background Service.

basestructure icon basestructure

Android volley is a networking library was introduced to make networking calls much easier, faster without writing tons of code. By default all the volley network calls works asynchronously, so we don’t have to worry about using asynctask anymore.

bottomsheet icon bottomsheet

Modal bottom sheets are alternatives to menus or simple dialogs. They can also present deep-linked content from other apps. They are primarily for mobile.

broadcast-receiver icon broadcast-receiver

Android BroadcastReceiver that is a very important component of Android Framework. Android BroadcastReceiver is a dormant component of android that listens to system-wide broadcast events or intents.

button icon button

We show you how to display a normal button, add a click listener, when user click on the button

camera icon camera

Getting an instance of the Camera object is the first step in the process of directly controlling the camera.

checkbox icon checkbox

In This example creating checkbox and listener to listen checkbox click and show selected checkbox value. Checkboxes allow the user to select one or more options from a set.

chronometer icon chronometer

In Android, Chronometer is a class that implements a simple timer. Chronometer is a subclass of TextView. This class helps us to add a timer in our app.

custom-switchbutton icon custom-switchbutton

This project provides you a convenient way to use and customise a SwitchButton widget in Android. With just resources changed and attrs set, you can create a lifelike SwitchButton of Android 5.0+, iOS, MIUI, or Flyme and so on.

customdialogbox icon customdialogbox

In this example creating a custom dialog with image,text and button. Dialog is like a popup window to show some options to users(options like accept/decline). Using class android.app.Dialog to create dialog. Using dialog.xml file to create custom dialog layout.

customgridview icon customgridview

GridView is used to display data in two dimension. In this tutorial we are going to show you how to implement custom GridView in Android with Images and Text.

customlistview icon customlistview

The display of elements in a list is a very common pattern in mobile applications. The user sees a list of items and can scroll through them. Such an activity is depicted in the following picture.

enable-gps-programmatically icon enable-gps-programmatically

As we know Turing on GPS in older Android was very easy but in 4.4 or in higher version we can't turn on GPS directly due to security reasons ,but we can turn on indirectly.

google-login icon google-login

Android Login with Google is a really useful feature for both the app developer and the user

hello-word icon hello-word

This article will guide you to create your first Android application. This application called "Hello World"

kotlin-hello-word icon kotlin-hello-word

A "Hello, World!" is a simple program that outputs Hello, World! on the screen. Since it's a very simple program, it's often used to introduce a new programming language.

kotlin-recyclerview icon kotlin-recyclerview

Lets learn building a RecyclerView using Kotlin in this Kotlin RecyclerView Example. Learning the small things will help you to migrate to Kotlin. And yes Kotlin will be surely easy and fun once you’ll get used to it.

radiobutton icon radiobutton

Radio buttons are normally used together in a RadioGroup. When several radio buttons live inside a radio group, checking one radio button unchecks all the others. we will use “android.widget.RadioButton” class to render radio button, and those radio buttons are usually grouped by android.widget.RadioGroup. If RadioButtons are in group, when one RadioButton within a group is selected, all others are automatically deselected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.