Post Overview
-
Current Event
11 years ago+2 2 0Google Play services 4.3 | Android Developers Blog
A new release of Google Play services has begun rolling out worldwide and we have lined up a number of features you can use to improve your apps. Here are the highlights of the 4.3 release.
-
Current Event
11 years ago+2 2 0A USB development board for Android developers - SD Times: Software Development News
USB2Go is a smartphone-powered development board for Android developers looking to build gadgets
-
Text Post
11 years ago+2 2 0So what things are people working now?
I am working on a database/smart cursor/query generators.
Also, I'm talking to snapzu about a snapzu Android app. I'm thinking of once it is a bit more defined, open-sourcing it.
-
How-to
11 years ago+1 1 0The Ultimate Android Camera Development Guide
The only Android Camera Development guide you will ever need.
-
How-to
11 years ago+1 1 0How Android transitions work
One of the biggest highlights of the Android KitKat release was the new Transitions framework which provides a very convenient API to animate UIs between different states. The Transitions framework...
-
How-to
11 years ago+2 2 0Securing mobile banking on Android with SSL certificate pinning
Let's say you want to exchange some sensitive data between your application and a server. SSL should do the trick, right? Right, but that's only half of the story.
-
Review
11 years ago+2 2 0Microsoft releases Android SDK for Office 365
Microsoft has announced on its Open Technologies blog that a new open source Software Development Kit (SDK) for Android is now available.
-
Current Event
11 years ago+3 3 0Google Announces Android SDK For Wearable Technology
Google has announced that it is releasing a software development kit (SDK) to allow developers to create apps running its Android operating system ...
-
Analysis
11 years ago+1 1 0Android Bitmap Memory Analysis - Part 1. Sampled Image
An analysis of bitmap memory.
-
How-to
11 years ago+1 1 0Lets try Android Game Development with AndEngine
Hi Guys, this time I am back with some Android Game Development. I got this idea after, the popular game Flappy Bird. Hope all may have tried that game...! Ok, so I wanted to develop a game and I d...
-
How-to
11 years ago+1 1 0Blurring Images - Part 4
Previously in this series we've looked at blurring an image using RenderScript, and a technique for analysing performance to work out where the bottlenecks are in the process. We found that the act...
-
How-to
11 years ago+1 1 0Code Talk » Blog Archive » Testing Asynchronous Tasks on Android
Recently, at Sixt we have been migrating our development environment from Eclipse to Android Studio. This has mean we have also moved to the new build system, Gradle, and applying TDD and CI to our software development process. This is not the place ...
-
How-to
11 years ago+1 1 0Android Sandboxing Defense Mechanisms (Part I)
Android manages the lifetime and data of sandboxed applications without “asking” the developer. Therefore some applications that should always be running in the background might suffer from lack of control. Users also often try to manipulate programs ...
-
Download
11 years ago+1 1 0erickok/mimicry
mimicry - Mimicking grids in Android lists
-
How-to
11 years ago+1 1 0andrewgiang/SpritzerTextView
SpritzerTextView
-
How-to
11 years ago+1 1 0Wrangling Dalvik: Memory Management in Android (Part 1 of 2)
Posted March 4, 2014 by Joe Mahon
-
Download
11 years ago+1 1 0JDeferred
JDeferred : Java Deferred / Promise library
-
Current Event
11 years ago+3 3 0Microsoft makes it official: We're all in with Android
Any doubt that Microsoft sees Android as an important part of its future should be erased with a just-announced deal with an Indian handset maker to manufacture dual-boot Windows-Android phones, and with Microsoft asking HTC to include Windows Phone ...
-
How-to
11 years ago+2 2 0Android Custom ScrollView With Styled Scrollbar Example
How to implement custom scroll bars in a list-view.
-
How-to
11 years ago+1 1 0How to Send Mail With Attachment from Android Application
How to send emails using intents in android.