BREAKING:

Paresh Mayani

CEO & Co-Founder at SolGuruz® | Organiser @ GDG Ahmedabad | Top 0.1% over StackOverflow | 15+ years experienced Tech Consultant | Helping startups with Custom Software Development

Android libraries that top apps use

I have heard this question from junior android developers that which libraries we should learn and explore, those libraries which are being used in top applications (i.e. top application in terms of download numbers and five star rating counts). Also those libraries which helps in i) application performance ii) clean code iii) code quality and […]

Read More

My Android Talks for upcoming events

Since the new season is approaching with Droidcon India, GDG DevFest and many other mobile developer’s conferences and events, it’s time to focus on technical talks. I have prepared some focused talks on android development with keeping applications architecture, optimizations and developer’s productivity in mind. I have already submitted these talks in conferences I got […]

Read More

Android – Get more out of Butter Knife

I have played a role in many android applications, whether it could be company projects or open source projects. Believing in knowledge sharing and expertise, I have also contributed into couple of projects of community members, by providing mentorship! During my involvement in all of these projects, I have observed most of the android developers […]

Read More

Checkstyle – Enforce coding rules and styles across android projects

From Documentation: Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. Based on my experience of working […]

Read More

[Gitbook] Android development: zero to one

Being into the #AndroidDev community since more than 5 years and being an organizer of Google Developers Group, Ahmedabad, I have been getting many requests for organizing android workshops from various engineering colleges and so students can begin their journey with the android development but I always share with them about learning android on-line as […]

Read More

Part 4 – Playing with NavigationView

Welcome to the fourth part of this tutorial series on “Android design support library”. To read overview of the series, refer to the serious announcement blog post. A quick glimpse of all parts: Part 1, we talked about Floating action button Part 2 is about Snackbar Part 3 is about Styling snackbar where we saw […]

Read More

Part 3 – Styling Snackbar

Welcome to the third part of the Android design support library tutorial series. So far we have talked about Floating action button (FAB) and Snackbar in this series and yet to explore actual awesomeness of the design support library, stay tuned! Styling Snackbar In the previous part, we have seen how we can display the […]

Read More