Android Dev - Weekly "who's hiring" thread! |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - April 20, 2020
- It's just a makeup kit. Had to learn and use flutter for company project (from Dec 2018). This is what I feel now.
- Why does Android Room lack flexibility?
- What is something you wish you knew when you started monetizing your app(s)?
- UI preferences: side vs bottom navigation drawer
- Android Subscriptions / "Pending payment" ..
- Looking for Beta Testers, is someone interested?
- Want to connect Database to an App!
- 20 Android Studio Shortcuts To Accelerate Your Workflow
- Room advice: String or Char array?
- Designing a webapp for an Android developer
- What is the best Linux distro for Android Studio?
- Fast computing on Android..
- TextInputLayout change boxStrokeColor programatically
- Where are some good tutorials to learn ARCore?
- Publishing apps without uploading to playstore
- Any way I can open MDB files in Android?
- Bluetooth Scan in App not working
- ViewPager - TabLayout with LiveData
| Posted: 20 Apr 2020 05:44 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
| Weekly Questions Thread - April 20, 2020 Posted: 20 Apr 2020 03:56 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
| Posted: 19 Apr 2020 09:29 PM PDT
| ||
| Why does Android Room lack flexibility? Posted: 20 Apr 2020 06:41 AM PDT I'm currently in the process of refactoring my application in order to make data access more flexible. This is however nearly impossible with Android Room without having to write boilerplate code. Consider the following situation: The user can see a list of people. Sometimes they want to see only user older than 20 years old, ordered by name ascending. Other people want to see every user order by age descending BUT with additional data such as which pets they have. Writing a single function that can handle the relation, ordering, filtering and so forth is possible with something like Entity Framework in C#. You build a query with C#, send it to EF and it'll convert the code to a SQL query. Even Kotlin can do filtering and ordering with models! Since Android Room requires queries to be compiled at compile-time, this eliminates flexibility. Yeah yeah I get it, runtime safe queries bla bla. What solutions are available?
Is downgrading Room to Realm the only option here? At least Realm allows writing dynamic queries like
Apparently a query builder does exist for Room, except it's third party. I'll give it a try [link] [comments] | ||
| What is something you wish you knew when you started monetizing your app(s)? Posted: 19 Apr 2020 04:13 PM PDT I'll be publishing my first app soon and I am still thinking about if I should monetize it. I am not expecting many downloads so I am aware I am not making much money with it if I decide to monetize it, but I'd like to know from your experience, fellow developers, what have you learned with your apps regarding monetization? I've been doing a little research on my own and found about Admob and Mopub, but I am still not sure which one would be better to use while getting started. Also I've seen many people suggest using IAP instead because ad revenue tends to be much lower. Would really appreciate your opinion/advise on this :) [link] [comments] | ||
| UI preferences: side vs bottom navigation drawer Posted: 20 Apr 2020 07:37 AM PDT What do you and your users find more handy and easier to use between a side navigation drawer like in almost all Google apps (Keep, Mail, Calendar etc) versus a bottom navigation sheet like in Google Tasks? [link] [comments] | ||
| Android Subscriptions / "Pending payment" .. Posted: 20 Apr 2020 07:00 AM PDT Hi everyone. Few time ago, I'm launched my first app, which I developing all last year fulltime. For VIP features, I use Android-subscriptions. Most popular term: 1 year, trial: 2 week, grace: 1 month(changed to 1 week). I have ~250 active subscriptions. But now, when the trial period is over ... Not a single subscription has been paid. Example of subscription: https://snipboard.io/Nw60Hm.jpg (trial period is finished on April 12th), but now 20 and "pending payment"... And all subscription the same.. I thought maybe problem with cash-payments in this country, but I have subscriptions from 10+ countries... And everywhere status "pending payment". I can understand a lot, but I do not believe that the conversion from trial to paid subscriptions is less than 1% :) - I wrote 3 time to Google Dev Support, but didn't recieve any answer that would say what is happening. - I checked "acknowledge" status of subscription, everywhere is 1. And forcibly set 1 to everyone from the server. - I updated payment technology (from aidl to billingclient:billing:2.0.3) and added 3day trial + 7w grace for test GEO's. So I did everything, but have not any result.. [link] [comments] | ||
| Looking for Beta Testers, is someone interested? Posted: 20 Apr 2020 06:02 AM PDT I recently changed a lot in my app and because the approval takes days, I don't want to publish a new release without having it tested by multiple users. Is someone interested in it? I imagine I could also test others, so it like an exchange via apks. Please contact me via levion.software@gmail.com if you're interested 🤙 [link] [comments] | ||
| Want to connect Database to an App! Posted: 20 Apr 2020 05:16 AM PDT Hello I want to create an App that's connected to a Database. But I cant find anything on Youtube or trough Google searches that helps me ! Has anyone some advice were I can find good resources to tackle that task ? [link] [comments] | ||
| 20 Android Studio Shortcuts To Accelerate Your Workflow Posted: 20 Apr 2020 04:56 AM PDT
| ||
| Room advice: String or Char array? Posted: 20 Apr 2020 03:27 AM PDT I've never used SQLite before, only MySQL/Maria & Postgres. I'm trying to make a table with a two-letter country code in one column: I should be using [link] [comments] | ||
| Designing a webapp for an Android developer Posted: 19 Apr 2020 11:27 PM PDT Last time I wrote a public-facing web front end was 10 years ago. At that time I used jQuery and the bootstrap CSS framework. I know it's a total different world right now. And I'd like to know what's the state of the art as of today. I got used and now love the ConstraintLayout's way of building my UI. I'm scared to go back to editing CSS file and googling my way to know how to vertically center a div, like I used to do 10 years ago. Also, now everything has to be mobile-ready as well which wasn't the case back then. As an Android dev, what's your way of designing beautiful web front ends? Thanks for your help, I can't be the only one in that situation :) [link] [comments] | ||
| What is the best Linux distro for Android Studio? Posted: 20 Apr 2020 01:17 AM PDT On the official site it says " GNOME or KDE desktop. Tested on gLinux based on Debian." [link] [comments] | ||
| Posted: 19 Apr 2020 03:16 PM PDT Hello Guys! I am learning software development on my own for about almost 2 years now. Recently I got into Android, making apps for glitch effects. Datamoshing was pretty easy, but now I am moving to pixel sorting. Now the app works perfectly but it is sooo slow. I have red, that you can use the GPU or parallel computing to make the process faster. I have found Renderscript, Opengl ES for that porpuse, but they works on each pixel at a time. Please give me a hint, how do I start implementing something like that. The pseudo code i want to achive:
Thank you! Cheers! [link] [comments] | ||
| TextInputLayout change boxStrokeColor programatically Posted: 19 Apr 2020 10:37 PM PDT
| ||
| Where are some good tutorials to learn ARCore? Posted: 19 Apr 2020 06:23 PM PDT I'm trying to learn how to implement AR into my apps, but can't find any good tutorials. Does anyone have some good recommendations? Thanks [link] [comments] | ||
| Publishing apps without uploading to playstore Posted: 19 Apr 2020 07:44 PM PDT Hi guys, anyone knows how to make an app available via a download link or a downloadable file that does not reside on the playstore? I heard that somehow I can create an APK from my app but is that the best way to go about doing this? The people who need to download this app requested for this app to not be on the playstore cause its an app with kinda sensitive information. Thanks in advanced! [link] [comments] | ||
| Any way I can open MDB files in Android? Posted: 19 Apr 2020 05:37 PM PDT People are saying that they convert it to sqlite, but I can't find any libraries for doing that. If anyone knows where to start on this id really appreciate any help. I've searched thoroughly and I can't seem to find something resembling what I'm looking for. I'm trying to basically be able to read and write to MDB and .accdb files [link] [comments] | ||
| Bluetooth Scan in App not working Posted: 19 Apr 2020 03:29 PM PDT Hi, With the below code im trying to scan and connect to bluetooth devices in range of the device running the app. The problem is that the receiver object doesnt catch any devices. What could be the problem? [link] [comments] | ||
| ViewPager - TabLayout with LiveData Posted: 19 Apr 2020 03:25 PM PDT I have a list of products in a recycler view. once an item is pressed it will take u to the second activity to show more info related to that product. I'm trying to implement viewPager. was following a tutorial from CodingWithMitch but in his example, he has random data and could easily fetch them.
Unfortunately, for me, the data r fetched from Livedata object. How do I loop or iterate over the livedata to extract all the products object so I can set the fragments! also, this shows the whole product. but how to show the pressed item first. the one that the user clicked. and then the user will be able to swap left and right browsing the whole list!? I tried something like this but it doesn't work. shows a blank screen. when i debug the fragment array size is 0
[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