disappointed with play store's process regarding possible copyright infringement Android Dev |
- disappointed with play store's process regarding possible copyright infringement
- Guide on how Best Practices on setting up Play Store Internal/Test/Release Tracks, Git CI/CD, etc.
- How do I get an eye for design?
- What does Android Studio have that IntelliJ doesn't?
- Fedora killing android-studio
- Is it possible to remove the window from around the emulator like it used to do?
- Measure and improve performance with Macrobenchmark
- What does the text "~4 notifications per day" mean in relation to my notification channel.
- 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
- 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
- Would you recommend going full compose or composeview to someone who is just starting with compose?
- Error: cannot connect to daemonShould i update my macbook?
- Learning from sample apps ?
- Coudn't find any active ar dev community to join in
- Is it possible to alter APK for a specific country on Google Play?
- Can i switch the method of reciving money on GPC to paypal?
- Anyone using KMM in a production app?
- Framework for android development?
- Anyone here who has bought Philipp Lackner's course for developing multi-module apps?
- App using MVVM with Cloud Firestore
- How are these apps in the top rankings?
- Is there an easy way to run a python script when a button is clicked on my Android app?
- How do 3D games contain alot of assets when the max apk size is 100mb?
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. [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. [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. [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? [link] [comments] | ||
Posted: 03 May 2022 12:42 AM PDT
| ||
Is it possible to remove the window from around the emulator like it used to do? Posted: 03 May 2022 06:28 AM PDT
| ||
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... [link] [comments] | ||
Posted: 03 May 2022 12:10 PM PDT
| ||
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. [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? 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 [link] [comments] | ||
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 ? [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 [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.
Thanks! [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? [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? [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. [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. [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 [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: Top new free Android apps category full of thrash apps like I mentioned: [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! [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? [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