Writing Android applications in .NET with Xamarin
Xamarin’s main goal is to allow writing Android and iOS application using .NET languages and tools. Xamarin provides necessary tools…
Xamarin’s main goal is to allow writing Android and iOS application using .NET languages and tools. Xamarin provides necessary tools…
ActiveAndroid – data persistence ActiveAndroid is an ORM library for SQLite DB, which provides simple but powerful api to interact…
During development of Android applications we often encounter problems of a similar type. Writing similar code quickly becomes boring and…
When I started with Android development it was the time Google decided to switch to Android Studio based on a…
Dagger2 is a relatively young jVM dependency injection framework. It’s the second version of the popular Dagger framework developed by…
During the development of mobile applications, we should adjust our point of view to the specific projects we are working…