App Feedback Thread - March 31, 2018 Android Dev |
- App Feedback Thread - March 31, 2018
- I was not able to find a FAB Menu / Speed Dial library that fulfill my requirements, so I made my own.
- Using TensorFlow Lite on Android
- Is it ever a good idea to NOT use Constraint Layout as the root layout?
- Case Study for Android CI -> CD -> CD = Continuous * ( Integration, Delivery, Deployment ) Part 2
- How do you guys maintain orientation change on complex fragment?
- Worth going to school for developing apps?
- Mobile Oriented Architecture (MOA) – Kevin Galligan
- Generate signed apk’s smartly
- How do you design aesthetic, beautiful data tables in android?
- Android Talks at DevFest Florida 2017
- DroidKaigi 2018 - English Talks
- Presenter/Interactor/View in MVP adheres to SOLID?
- Kotlin or Java
App Feedback Thread - March 31, 2018 Posted: 31 Mar 2018 05:30 AM PDT This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. - Da Mods [link] [comments] | ||
Posted: 31 Mar 2018 01:46 PM PDT
| ||
Using TensorFlow Lite on Android Posted: 31 Mar 2018 06:32 AM PDT
| ||
Is it ever a good idea to NOT use Constraint Layout as the root layout? Posted: 31 Mar 2018 09:42 AM PDT Google heavily recommends using Constraint layout so much that its automatically the root layout for every activity. But I wonder if there are cases in which it's better to use a different root layout? For example I think that if you want to dynamically tables in an activity, it'd make more sense to replace the root layout with Linear layout (horizontal) so they follow each other nicely. Sure you can argue that it's possible to add the layout that you want on top of the default root layout, but then you run into performance problems with nested layouts. [link] [comments] | ||
Case Study for Android CI -> CD -> CD = Continuous * ( Integration, Delivery, Deployment ) Part 2 Posted: 31 Mar 2018 09:04 AM PDT
| ||
How do you guys maintain orientation change on complex fragment? Posted: 31 Mar 2018 04:15 PM PDT So I am having an issue. I have this complex fragment that have two different xml files depending if it's portrait or landscape. However letting Android natively handle orientation change, the transition between the orientation change is way too slow since the layout is complex. So what I decided to do was handle the orientation change by myself and only try to refresh the layout when orientation change by doing invalidateLayout and requestLayout for the fragment. However it doesn't properly update the dimens and layout files for the different portrait and landscape version. How do you guys solve this issue? [link] [comments] | ||
Worth going to school for developing apps? Posted: 31 Mar 2018 11:12 AM PDT I'm really new to all this and would love some tips! School Yes/No? Do you need to have a degree for getting a job? Is this a job that's wanted by the market? [link] [comments] | ||
Mobile Oriented Architecture (MOA) – Kevin Galligan Posted: 31 Mar 2018 07:49 AM PDT
| ||
Posted: 31 Mar 2018 12:09 PM PDT
| ||
How do you design aesthetic, beautiful data tables in android? Posted: 31 Mar 2018 12:00 PM PDT I am hooked on the idea of beautiful data tables like the ones shown here (https://uxdesign.cc/design-better-data-tables-4ecc99d23356) Is it possible in android? Most code samples i see of data tables in android are very basic. [link] [comments] | ||
Android Talks at DevFest Florida 2017 Posted: 31 Mar 2018 07:18 AM PDT
| ||
DroidKaigi 2018 - English Talks Posted: 31 Mar 2018 07:02 AM PDT
| ||
Presenter/Interactor/View in MVP adheres to SOLID? Posted: 30 Mar 2018 11:23 PM PDT Doesn't the Presenter/Interactor/View in MVP voids the Single Responsibility Principle as it's clearly doing way lot of things? [link] [comments] | ||
Posted: 31 Mar 2018 05:00 AM PDT Hello, I am a totally new developer in Android world and I am confused whether I should learn Java or Kotlin for development. I am a Frontend developer in my day job where backend technology is Java, learning Java might help me in my day job, but I want to learn Android development and not sure what to do. [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment