Google and Udacity offer you 31 courses that will make your mouth water and your mind dance. Savor one or several of our 31 self-paced online training courses to indulge your curiosity, expand your knowledge, and hone new skills. Choose from Android, Web, Entrepreneurship, or Cloud and Backend tracks. Are you ready?Google and Udacity offer you 31 courses AndroidMore and more people around the world are embracing mobile at an increasing pace,...
Thursday, December 17, 2015
Wednesday, October 14, 2015
Android Studio 1.5 Preview 1 Available
We’ve just released 1.5 Preview 1 to the canary channel!The memory profiler has a new “analysis” feature where it can analyze a heap dump to look for known problems, such as leaked activities. To use this feature, open a heap dump and look for the Analyzer Tasks window on the right:Analyzer Tasks window Android Studio 1.5 Preview 1 Availa...
Thursday, October 8, 2015
Android app architectures Standard Android MVP and MVVM

ArchiThis repository showcases and compares different architectural patterns that can be used to build Android apps. The exact same sample app is built three times using the following approaches:Standard Android: traditional approach with layouts, Activities/Fragments and Model.MVP: Model View Presenter.MVVM: Model View ViewModel with data binding.The AppThe sample app displays a list of GitHub public repositories for a given username. Tapping on...
Monday, October 5, 2015
Convert Java String to Binary
Convert Java String to Binarypublic class CodeSnippets public static StringBuilder getBinary(String...
Friday, October 2, 2015
Android Studio 1.4
Today we are releasing the 1.4 update to the Android Studio stable release channel. Most of the work...
Wednesday, September 30, 2015
Nexus 6P, Nexus 5X and Pixel C Everything you need to know
Nexus 6P, Nexus 5X and Pixel C Everything you need to know Nexus 6P, Nexus 5X and Pixel C Everything...
How to create anything in Android
Course SummaryHere is one important question Android developers ask while making apps: “How can I do...
Tuesday, September 29, 2015
Google Play APK size limit increased to 100MB from 50MB
To support the growing number of developers who are building richer apps and games on Google Play, we...
Saturday, September 26, 2015
Working with Android image library Picasso
In this quick tip, we take a brief look at the popular Android image library, Picasso. It’s a simple and practical library created and maintained by Square. It is great for working with images in your Android projects.Working with Android image library Picasso – AndroidCodeGeeks.com1. IntroductionPicasso is an image library for Android. It’s created and maintained by Square, and caters to image loading and processing. It simplifies...
Sunday, September 20, 2015
Google Maps Android API Lite Mode Example

Lite ModeThe Google Maps Android API can serve a static image as a ‘lite mode’ map.Overview of lite modeA lite mode map is a bitmap image of a map at a specified location and zoom level. Lite mode supports all of the map types (normal, hybrid, satellite, terrain) and a subset of the functionality supplied by the full API. Lite mode is useful when you want to provide a number of maps in a stream, or a map that is too small to support meaningful interaction.Users...
Friday, September 18, 2015
Material Design Snackbar using the design support library

A Snackbar is a lightweight material design method for providing feedback to a user, while optionally providing an action to the user. They are displayed on the screen until a specified interval has passed, the user swipes to dismiss them, or when the user interacts with another part of the screen. Think of it as a modern take on the Android Toast.
This week at Google I/O 2015 the Android Design Support Library was released including a Snackbar...
Thursday, July 16, 2015
AndroidCodeGeeks | The Android Knowledge Base

AndroidCodeGeeks.com
Android Code Geeks is knowledge base which maintain categorize android tutorials which will help android developers to find the best articles,videos and examples.
Website : AndroidCodeGeeks.com
Twitter : @AndroidCodeGeek
FB : AndroidCodeGeeks on Facebook...
Thursday, January 29, 2015
Android-Libs.com for Android Developers
Android developers gain a lot of advantages from working on a platform with a wide variety of libraries,...
Subscribe to:
Posts (Atom)