Thursday, December 17, 2015

Android, Web, Cloud and Backend and Entrepreneurship Courses

1 comments
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,...
Read more...

Wednesday, October 14, 2015

Android Studio 1.5 Preview 1 Available

0 comments
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...
Read more...

Thursday, October 8, 2015

Android app architectures Standard Android MVP and MVVM

0 comments
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...
Read more...

Monday, October 5, 2015

Convert Java String to Binary

0 comments
Convert Java String to Binarypublic class CodeSnippets public static StringBuilder getBinary(String...
Read more...

Friday, October 2, 2015

Android Studio 1.4

0 comments
Today we are releasing the 1.4 update to the Android Studio stable release channel. Most of the work...
Read more...

Wednesday, September 30, 2015

Nexus 6P, Nexus 5X and Pixel C Everything you need to know

0 comments
Nexus 6P, Nexus 5X and Pixel C  Everything you need to know Nexus 6P, Nexus 5X and Pixel C Everything...
Read more...

How to create anything in Android

0 comments
Course SummaryHere is one important question Android developers ask while making apps: “How can I do...
Read more...

Tuesday, September 29, 2015

Google Play APK size limit increased to 100MB from 50MB

0 comments
To support the growing number of developers who are building richer apps and games on Google Play, we...
Read more...

Saturday, September 26, 2015

Working with Android image library Picasso

1 comments
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...
Read more...

Sunday, September 20, 2015

Google Maps Android API Lite Mode Example

0 comments
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...
Read more...

Friday, September 18, 2015

Material Design Snackbar using the design support library

0 comments
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...
Read more...

Thursday, July 16, 2015

AndroidCodeGeeks | The Android Knowledge Base

0 comments
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...
Read more...

Thursday, January 29, 2015

Android-Libs.com for Android Developers

0 comments
Android developers gain a lot of advantages from working on a platform with a wide variety of libraries,...
Read more...