Speech-to-text and Text-to-speech with Android
Have you ever wondered how does Google’s speech search work, or ever thought of building an ebook narration app? At …
The Universe Conspires
Have you ever wondered how does Google’s speech search work, or ever thought of building an ebook narration app? At …
If you are a serious Android developer, consuming REST APIs at some point in your career is inevitable. This article …
Kotlin Coroutines and Retrofit – A Practical Approach to Consuming REST APIs in Android Read more »
Heat maps are a popular way to represent data where each entity is associated with some intensity or magnitude. This …
Python is a beautiful programming language having a wide variety of usages. Ideal for beginners, the Flask module in Python …
Building your first RESTful API with Python Flask Read more »
Want to pass data easily between activities? Tired of making classes Parcelable, or reluctant to make them Serializable? Good news — there …
Passing objects between Activities using RxAndroid Read more »