background preloader

Android developing

Facebook Twitter

Android Tutorial: Learn to Build Mobile Apps from Scratch. Java Tutorial: Java Programming for Beginners. Mobile App Development for Profit. There are infinite competing mobile apps in the market. However, you can still win against the competition, get noticed for your work and more importantly, make money from the sales of your app. Though the app marketplace may look really intimidating at first glance, developers can carve out a comfortable niche for their apps, if they follow certain norms for success. Interestingly, the developer can make a profit from the most elementary of apps, if he knows how to go about it. We have here a set of how-to’s on earning from your mobile application. All about Making Money with Mobile App Development Difficulty: Average Time Required: A few weeks to a month at most Here's How: Tips: Generate media buzz about your app.

What You Need Developer skillsA mobile app to show offMarketing skillsPatience and determination. EclipseSource Developer - EclipseSource Developer Portal. Blur effect for Android design. Last week Jake Wharton asked a really interesting question on Twitter. When I saw this post, it aroused my curiosity. So I looked for the answers he received. Romain Guy made this answer : So I decided to dig and to try to reproduce this effect by myself. Here is the result: Introduction After some researches I found this Stackoverflow post explaining how to blur a Bitmap object. To blur a 720×1600 image, it takes around 3 seconds (Thanks to Romain Guy advice, it only takes 200ms now, 85ms on JellyBean 4.2 with RenderScript).

Yahoo weather effect I decided to start with the Yahoo Weather effect. The image seems to be blurred in real timeThe image has a small parallax effect To achieve this, I just add a ListView on an ImageView. mList.setOnScrollListener(new OnScrollListener() { @Override public void onScrollStateChanged(AbsListView view, int scrollState) { } /** * Listen to the list scroll. When entering my Activity, I verify that an image exists in the internal memory. That’s it! Conclusion. Tutorials | [ Android Newbie ] Developers. 30 Mobile App Landing Page Templates. Android Application Development Tutorials. Android Tutorials | Javatechig. Developers. How to build an app: 40 easy to follow tutorials | App design. Developers.