Posts by Daniel Novi • 64 points
3 posts
-
2
votes1
answer436
viewsA: Is MVC viable and recommended in Android projects?
Hello! It all depends on your project. You can adopt on Android the architecture you want to develop your app, and there is no officially recommended for Android apps, as these are just concepts…
-
3
votes1
answer748
viewsA: Api Maps Offline
Hello! Yes, you can do it using the maps api, creating your own Iles and using Tileprovider to manipulate them. But Google itself doesn’t encourage much to do this in its terms of service. "No…
-
-2
votes3
answers1282
viewsA: Take screen size in xml
All you want to do is use layout_weight. Follow the example: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"…
androidanswered Daniel Novi 64