Android Dev - Released workflow v1.0.0 |
- Released workflow v1.0.0
- How to implement code completion for an android application ?
- Currency Exchange App in Kotlin with Dagger2 and RxJava2
- Play Store ratings changes announced values inconsistent?
- Local caching/persistence difficult to implement/maintain
- Should I cancel this tech interview?
- Mediarecorder and AudioRecord
- Unable to scroll vertically when touch horizontal recyclerview within item in recyclerview
- Creation of a flashable zip
- Taking screenshots on Android 12 emulator - is the status bar sizing correct?
- 5 Reasons Why I Pick Android Over iOS as a Developer
- ML/Blockchain real life implementation
- Material you for developers.
Posted: 14 Sep 2021 04:47 PM PDT
| ||
How to implement code completion for an android application ? Posted: 15 Sep 2021 07:55 AM PDT Are there any android API's similar to this but for source code completion ? ( it can be for any programming language) Say, you are building a mobile IDE for android and you want to give the user a feature for code auto completion. I looked into N-IDE ( a open source android IDE) and they do *some* auto completion here . The code is quite complicated (its also from like 4 years ago). Does anyone know of a better, perhaps more efficient/easier way to do this ? [link] [comments] | ||
Currency Exchange App in Kotlin with Dagger2 and RxJava2 Posted: 15 Sep 2021 08:29 AM PDT It displays real-time currency rates, shows a chart for any currency pair in the world to see their currency history and provides a currency converter to convert over 180 currencies implemented in MVVM Architecture with Dagger2 and RxJava2. Link: GitHub [link] [comments] | ||
Play Store ratings changes announced values inconsistent? Posted: 15 Sep 2021 12:59 AM PDT So Google starts to warn about rating changes in the countries that will have most impact.
Sounds nice to warn with calculations and everything. But then let's analyze what the console gives: Last 28 days:
Last 90 days:
So why on earth am I supposed to understand why Google decide that : - Brazil rating goes down by 0.27 points with those information? - India goes down by 0.32 when last 28 is 5 and last 90 is 4.714? Do others have similar results and Play console give them absurd lower ratings in some countries despite the data saying it's not possible? [link] [comments] | ||
Local caching/persistence difficult to implement/maintain Posted: 14 Sep 2021 10:05 PM PDT Let's say you want to implement in-memory caching or persistence of "feeds" for sake of
I am working on a code base of such "feeds" that uses in-memory caching. There are hundreds of different places where this in-memory cache is read/updated. It looks like a nightmare to maintain. Question.
[link] [comments] | ||
Should I cancel this tech interview? Posted: 14 Sep 2021 09:28 PM PDT I have ~6 yrs of experience in Android but I don't have a college degree so I don't have a lot of knowledge in complex algorithms. Next Monday I have a technical interview and the recruiter sent me the feedback of another candidate and most of the stuff they qualified him on were sorting algorithms, searching algorithms, data structure and rxjava. I'm sure I'm going to get leetcode problems and while I'm practicing them for my job hunt I struggle with easy leetcode so I don't have enough time to be prepared for them (also I don't like it very much that the interview is focused so heavily in this subjects instead of Android but I guess it depends on the company) So I'm going to 100% bomb the interview, should I just cancel it and wait until I'm a little bit more experienced with leetcode? [link] [comments] | ||
Posted: 14 Sep 2021 04:53 PM PDT Does anyone have any experiences using both the mediarecorder class and audiorecord class together. For example, how would one record a video with mediarecorder and an audio with audiorecord and then save them into an mp4 file? Audiorecord only records pcm audio and mp4 doesn't support pcm. [link] [comments] | ||
Unable to scroll vertically when touch horizontal recyclerview within item in recyclerview Posted: 14 Sep 2021 04:48 PM PDT Hello, i have created a recyclerview inside a NestedScrollview. In this recyclerview, I have items in which there is an other horizontal recyclerview. When I touch the horizontal recyclerview of the item and scroll up/down, I can't scroll vertically (through the outer scrollview). The scroll works on horizontal recyclerview. <ScrollView> <Recyclerview> <item> </Recyclerview> </ScrollView> Item Hierarchy: <Cardview> <TextView /> <TextView /> <RecyclerView /> <--- Horizontal </Cardview> Any ideas? [link] [comments] | ||
Posted: 15 Sep 2021 03:08 AM PDT I installed a custom ROM (crdroid) in my phone and flashed Gapps. Now I want to use a custom launcher with gestures and the only way to do it is a system launcher. Someone knows how to create a flashable zip with a custom launcher (ex. Hyperion)? [link] [comments] | ||
Taking screenshots on Android 12 emulator - is the status bar sizing correct? Posted: 14 Sep 2021 01:19 PM PDT
| ||
5 Reasons Why I Pick Android Over iOS as a Developer Posted: 14 Sep 2021 11:35 PM PDT
| ||
ML/Blockchain real life implementation Posted: 14 Sep 2021 10:46 AM PDT Any real life implementation of AI/ML/Blockchain in mobile environment that devs like us can follow or get to know? [link] [comments] | ||
Posted: 14 Sep 2021 08:51 AM PDT is that Google officially released material you support supports for developers or its just exclusive for pixel and some native applications. Or if it's there so how we can use it in developments like a flutter, Jetpack, XML. [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