• Breaking News

    [Android][timeline][#f39c12]

    Tuesday, May 3, 2022

    disappointed with play store's process regarding possible copyright infringement Android Dev

    disappointed with play store's process regarding possible copyright infringement Android Dev


    disappointed with play store's process regarding possible copyright infringement

    Posted: 03 May 2022 07:00 AM PDT

    I received a mail from play store because my app's name includes 'insta' and it seems theres a 3rd party company that looks out for possible trademark infringements on behalf of Instagram.

    My app was suspended right away. I tried to contact this company, saying that I'm willing to even rename my app even though I cant really see how including 'insta' is infringing instagram's trademark stuff... Also there are other apps that are still live with the word 'insta' as part of their title.

    I got 0 replies. I tried to contact google play for the same matter and they replied that they are not willing to do anything unless the 3rd party company tells them to.

    I'm disappointed in this broken process and I think that developers should be given a chance to be heard and/or to let them modify their apps. Its a pity having so much effort go to waste.

    https://twitter.com/gomikestrat/status/1521415137776787458

    submitted by /u/gats_
    [link] [comments]

    Guide on how Best Practices on setting up Play Store Internal/Test/Release Tracks, Git CI/CD, etc.

    Posted: 03 May 2022 10:49 AM PDT

    So I'm wondering about how to setup a new project with internal, test tracks, etc... and what methodologies people have tried and found works best for them... Different git branches, each branch setup to CI/CD to be uploaded to Google, etc...

    Particularly if anyone has writeups that describe what they recommend. First time having to do all this myself so... I have ideas on what to do, but not sure if I'm making good assumptions... or just over thinking things... etc..

    Thanks.

    submitted by /u/SpiderHack
    [link] [comments]

    How do I get an eye for design?

    Posted: 03 May 2022 12:35 AM PDT

    I am capable of writing clean maintainable code and a structured UI but I cannot for the life of me create a good looking UI or ux and this has cost my app a ton of ratings.

    I was wondering if anyone had done resources I could read up on or exercises I could do to get an eye for it.

    submitted by /u/khsh01
    [link] [comments]

    What does Android Studio have that IntelliJ doesn't?

    Posted: 03 May 2022 04:41 AM PDT

    I hate having many IDEs on my computer. I haven't used AS that much, I only developed on it a calculator app (very original I know) for a school project and I have even less experience with IntelliJ, so I really don't know much. What am I losing for android development if I use IntelliJ instead of AS?

    submitted by /u/wave-drop
    [link] [comments]

    Fedora killing android-studio

    Posted: 03 May 2022 12:42 AM PDT

    Fedora killing android-studio

    So my android-studio along with an emulator kept crashing whenever I built my application and when I looked into the blogs i found this:

    https://preview.redd.it/1o6sbv6ct7x81.png?width=573&format=png&auto=webp&s=05d059ae10c90ff35ba6108a1206f8e8e2c3bec0

    How do I fix this please help.

    submitted by /u/shashvat2003
    [link] [comments]

    Is it possible to remove the window from around the emulator like it used to do?

    Posted: 03 May 2022 06:28 AM PDT

    Is it possible to remove the window from around the emulator like it used to do?

    I used to make these screen recording demos of my emulator that look something like this:

    https://preview.redd.it/5twjvg4xi9x81.png?width=1582&format=png&auto=webp&s=1d5a56c1f001fa6437bb75c0abb1ddb5f11bf431

    It looks like Android Studio got an update, and now there is a window around the emulator, even when the display mode is 'float'.

    https://preview.redd.it/n26k5gq1j9x81.png?width=2402&format=png&auto=webp&s=21ca099d99c05a12dacf46f62158a64f6b4ce4b8

    Is there any way to remove the window and go back to the old style of emulator?

    submitted by /u/Place-Wide
    [link] [comments]

    Measure and improve performance with Macrobenchmark

    Posted: 03 May 2022 03:53 AM PDT

    What does the text "~4 notifications per day" mean in relation to my notification channel.

    Posted: 03 May 2022 12:35 PM PDT

    My app uses multiple notification channels to send different sounds per notifications. When I navigate to my apps notification settings, under one of my channels, there is sub-title text that says "~4 notifcations per day".

    What exactly does this mean, and how is the number 4 determined? This shows up like this right after I uninstall and reinstall, so this notifications per day count must be persisting somewhere...

    submitted by /u/scorr204
    [link] [comments]

    I'm learning compose in Android developer course and it says to press alt + enter to open this option. But only "convert to expression body" shows up. I don't have the remaining three options

    Posted: 03 May 2022 12:10 PM PDT

    Linking Dagger 2 and Dagger Hilt With EntryPoint - Enabling coexist of both Dagger 2 and Dagger Hilt during transition or for more advanced Dagger 2 usage

    Posted: 03 May 2022 06:02 AM PDT

    Would you recommend going full compose or composeview to someone who is just starting with compose?

    Posted: 03 May 2022 11:12 AM PDT

    Should I go full Jetpack Compose for the UI or use ComposeView in a fragments, so I can take advantage of the more mature lifecycle and navigation component? I know there is a library that makes compose navigation better/easier, but not having a lifecycle kinda scares me.

    submitted by /u/steve6174
    [link] [comments]

    Error: cannot connect to daemonShould i update my macbook?

    Posted: 03 May 2022 10:55 AM PDT

    I recently started using android studio but i get the messages i copypasted down below. I have El Capitan 10.11.6...should i update?
    dyld: Symbol not found: _clock_gettime

    18:40 Referenced from: /Users/Louis/Library/Android/sdk/platform-tools/adb (which was built for Mac OS X 10.13)18:40 Expected in: /usr/lib/libSystem.B.dylib

    18:40 * failed to start daemon

    18:40 error: cannot connect to daemon

    18:40 '/Users/Louis/Library/Android/sdk/platform-tools/adb start-server' failed -- run manually if necessary

    18:40 * daemon not running; starting now at tcp:5037

    18:40 ADB server didn't ACK

    18:40 Full server startup log: /var/folders/jx/4hkp3s0s75qgyn2s3sgn0wlw0000gn/T//adb.501.log

    18:40 Server had pid: 2365

    submitted by /u/kuro7i
    [link] [comments]

    Learning from sample apps ?

    Posted: 03 May 2022 06:50 AM PDT

    Hi, I am learning Android development... At first I was very very lost, but after sticking to it and pushing thru like others have suggested I see the light at the end of the tunnel!! But how to start?

    What comes first ? How do you start? Do you start with Layouts, or Viewmodel or do you code and separate it out later?

    I'm good-ish at reading documentation and going from there now, but I am struggling on the architecture... how can I learn from sample apps that are on github ? Like what should I be looking at?I understand it might differ on an app by app basis, but I'm trying to get a feel for it?

    Like looking at Google's android/sunflower app... I see it and it see how they are all divided viewmodel/fragment/workers but what should I be paying attention to when looking at sample apps to learn ?

    submitted by /u/dabup
    [link] [comments]

    Coudn't find any active ar dev community to join in

    Posted: 02 May 2022 09:55 PM PDT

    I am keenly interested in making AR/VR applications, but couldn't find any active communities. So I was thinking of making one on my own, if you are interested, please do check it out discord link.

    ps:- comment/dm if you are already a part of any active communities

    submitted by /u/mercylessdemigod
    [link] [comments]

    Is it possible to alter APK for a specific country on Google Play?

    Posted: 03 May 2022 09:09 AM PDT

    Our company wants to severely limit the app capabilities for a specific country.

    1. Does this comply with Google Play policies?
    2. Is it possible to upload 2 different app bundles, one for that country, and the other for others?
    3. If 2nd is not possible, can we create a new app that will have a new package name but the same app name and pass review process without issues?
    4. Any other way, like safely check user is from a specific country programmatically?

    Thanks!

    submitted by /u/Ornolfr
    [link] [comments]

    Can i switch the method of reciving money on GPC to paypal?

    Posted: 03 May 2022 09:00 AM PDT

    Can i pay the 25 dollar fee with a credit card and then change the way i receive money to a paypal account?

    submitted by /u/DinisBarroso
    [link] [comments]

    Anyone using KMM in a production app?

    Posted: 02 May 2022 06:30 PM PDT

    I am a sole developer for iOS, Android and Web at a startup. Both iOS and Android are natively developed. I have been looking into Kotlin Multiplatform Mobile to create a shared library for networking and data persistence. I was wondering if anyone is using KMM for their production app, and if so, how has your experience been so far? Is it worth pursuing and do you have any tips/tricks?

    submitted by /u/sisyrClaitnetsixE
    [link] [comments]

    Framework for android development?

    Posted: 03 May 2022 05:09 AM PDT

    Newbie to android development, do you use any framework for native android development, and which one would you recommend?

    I have done some searches, but all I get are those cross-platform non-native frameworks like Flutter and React Native, which is not what I want.

    submitted by /u/hksparrowboy
    [link] [comments]

    Anyone here who has bought Philipp Lackner's course for developing multi-module apps?

    Posted: 03 May 2022 03:44 AM PDT

    Is anyone here who is a professional Android developer? Have you bought Philipp's course for developing multi-module Android apps? This is the link: https://elopage.com/s/philipplackner/building-industry-level-apps-with-multi-module-architecture

    How relevant is the course material to professional Android app development practices? I am especially considering buying this course for the multi-module aspect since I got rejected from 2 Android interviews and the main sticking point was that I didn't modularize my app.

    submitted by /u/zimmer550king
    [link] [comments]

    App using MVVM with Cloud Firestore

    Posted: 03 May 2022 03:21 AM PDT

    Hi, I've been developing apps for a while mow and for mu next app I'm considering using Firestore with MVVM, but I don't know where to start. Could anyone give me some guidelines or advices on how to start? Thanks

    submitted by /u/International-Mix197
    [link] [comments]

    How are these apps in the top rankings?

    Posted: 02 May 2022 07:36 PM PDT

    How are apps like this in the top new free apps and other categories when they have no ASO or anything really? The only thing I can think of is bought reviews, ratings, and installs, and the "intelligent" Google AI Algorithm that will take over the world :D doesn't detect it and just pushes the apps to the top instead of promoting legit developers :). One last thing, why do I see reviews not from my country when Google made it otherwise.

    The thrash apps I am talking about:
    https://play.google.com/store/apps/details?id=com.protection.services.airguardian
    https://play.google.com/store/apps/details?id=com.invo.fast.secure.vpn.app.droid

    Top new free Android apps category full of thrash apps like I mentioned:

    https://play.google.com/store/apps/collection/cluster?clp=0g4nCiUKH3RvcHNlbGxpbmdfbmV3X2ZyZWVfQVBQTElDQVRJT04QBxgD:S:ANO1ljL46gk&gsr=CirSDicKJQofdG9wc2VsbGluZ19uZXdfZnJlZV9BUFBMSUNBVElPThAHGAM%3D:S:ANO1ljLDC_Y

    submitted by /u/kovachxx
    [link] [comments]

    Is there an easy way to run a python script when a button is clicked on my Android app?

    Posted: 02 May 2022 06:44 PM PDT

    So im developing this app for a college project and i need to be able to get a python script to run once the user hits a button (my friend is writing the script). Now thescript that i will be using in the end is complex it will be an advanced chatbot.

    But for now all i want to be able to do is run and simple "helloWorld.py" script when a user clicks a button in the app, and have the output from that script to be displayed in the app.

    All i got is chaquopy but it has licensing issue, and it's the only solution i got.

    I have been stuck on this for hours and i have gotten nowhere!

    submitted by /u/Fins_yt
    [link] [comments]

    How do 3D games contain alot of assets when the max apk size is 100mb?

    Posted: 02 May 2022 08:08 PM PDT

    I'm trying to create a 3D game with Unity, but the current size for a single character is around 200mb. How would I add over 100 characters, clothing, maps, etc and fit it under the APK limit for the playstore?

    submitted by /u/Junior_Cress5394
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel