• Breaking News

    Wednesday, March 17, 2021

    Android Dev - Can I report a developer who cloned my app on play store?

    Android Dev - Can I report a developer who cloned my app on play store?


    Can I report a developer who cloned my app on play store?

    Posted: 17 Mar 2021 08:03 AM PDT

    Hi I have a small app on play store and today one of my users asked me about which app to download. When I looked I was shocked. Another Developer stole the app, it's name. Design. Language. String resources. Features.
    I don't have any trademarks registered. Is there anything I can do? My app: https://play.google.com/store/apps/details?id=com.sardox.timestamper Clone from india: https://play.google.com/store/apps/details?id=com.timestamper.activitylogwithdatetimelocation

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

    Can't I sell an app in Play Store without a company?

    Posted: 17 Mar 2021 03:01 AM PDT

    I mean, in admob, you can be a particular and they will transfer you your earnings, but in play developers they won't let me create a premium app without a company.

    Is there any way to achieve it?

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

    Developing Android Apps with Kotlin free course by Google

    Posted: 17 Mar 2021 08:11 AM PDT

    I've been starting to learn Android with no Kotlin or Java experience before and I find this course on udacity by google for free https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012.
    It contains 10 lessons with example covering many basic concepts in android such as layout, navigation, activity and fragment lifecycle, databinding...
    I want to share it here and hope it will be helpful for people who is new to android like me

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

    The new bidding system on Facebook Audience Network

    Posted: 17 Mar 2021 04:46 AM PDT

    Hello Devs!

    I come to ask you for help on this issue, I do not know if I have not understood well or do not want to believe that this is going to be the case.

    I have been using FAN for a few months, and I have managed to have a stable income to be able to continue with my work, but a few months ago I received an email with this news: Audience Network to become bidding only, beginning with iOS in 2021; Android timeline released | Facebook Audience Network , announcing that I have to change the mode of implementation of the ads of all my apps, or I am going to stop receiving ads and consequently stop receiving income.

    I implement the ads using only the Audience Network SDK for Android, without using any mediator (like MoPub for example).

    Do I understand that Facebook is going to force us to use a mediator? Will I stop receiving ads if I use only the original Audience Network SDK? In the documentation section on bids it appears that many of the mediators are in Beta or even Alpha phase, it seems to me a very aggressive decision when the options are still very immature

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

    Hilt bind interface from activity

    Posted: 17 Mar 2021 07:25 AM PDT

    has anyone done this yet? thats all i could do using hilt:

    @InstallIn(ActivityComponent::class) @Module abstract class MainModule {

    @Binds abstract fun bindActivity(activity: TestActivity): TestInterface 

    }

    @InstallIn(ActivityComponent::class) @Module object MainActivityModule {

    @Provides fun bindActivity(activity: Activity): TestActivity { return activity as TestActivity } 

    }

    which really looks more like runtime errors than like a solution. Below is the (working just great) example using dagger2 :

    @Module class TestModule{ @Provides @ViewModel(TestViewModel::class) @IntoMap fun provideTestViewmodel( testInterface: TestInterface ): ViewModel = TestViewModel(testInterface) }

    @Module abstract class TestBuilder{ @ContributesAndroidInjector(modules = [ TestModule::class, TestBinds::class ]) abstract class provideTestActivity(): TestActivity

    @Module interface TestBinds{ fun provideTestBinds(activity: TestActivity): TestInterface } 

    }

    interface TestInterface{ fun test() }

    class TestActivity: AppCompatActivity(), TestInterface{ fun test(){ //no-op } }

    what im trying to do is binding the interface implemented in activity to pass it to lets say Factory

    submitted by /u/Leather-Journalist97
    [link] [comments]

    Test Jetpack Compose layouts easily with Role SemanticProperty & Make CI pipeline faster for Android with modular checks on Github Actions

    Posted: 17 Mar 2021 02:09 AM PDT

    Is Firebase Crashlytics capable of performing simple remote logging, without crashing?

    Posted: 17 Mar 2021 03:00 AM PDT

    Currently, we are using

    firebaseCrashlytics.setCustomKey 

    to collect important data, when crash does happen.

    However, at the same times, we would like to keep track, how many users will hit a special if code block condition?

    A remote logging with simple message will be great.

    I was wondering, can we make Firebase Crashlytics send some simple logging message to server, even when the crash doesn't happen?

    Thanks.

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

    Create a multi-themes app in Android

    Posted: 17 Mar 2021 08:12 AM PDT

    #EndlessHero game #Backstage - Sound on!

    Posted: 17 Mar 2021 08:09 AM PDT

    Is there a way to change device settings (eg. Accessibility settings) from an Activity?

    Posted: 17 Mar 2021 04:18 AM PDT

    Hey folks!

    Firstly, I hope it's ok to as questions like this here. It seems to violate Rule 2, but there seems to be other questions that receive answers.

    My question is: Is there a way to change device settings (eg. Accessibility settings) with devicePolicyManager or Settings provider?

    Context:
    I have a "kiosk app" that I use on tablets.
    All the app does is open a web page in full screen. If the power source is removed, it locks the screen, and when power is restored, it turns back on.

    Some of my devices have apparently received an Android 10 update. This seems to have introduced a new "charging animation" that displays full screen when the cable is plugged in. Problem is, now the screen turns back off once the animation is done! This effectively ruins my app for kiosk usage.

    I found that if I check Remove animations under Settings/Accessibility, this animation no longer occurs, and my app works again.

    So my question is: How can I automatically enable Remove animations from my Activity?

    I see that Settings.System has a putInt method, but I don't know the absolute name of this setting, and there doesn't seem to be a static string under Settings.Global for it. Same story with devicePolicyManager.setGlobalSetting().

    Any help or alternative suggestions much appreciated!

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

    Retrofit retry call adapter (global & flexible & coroutines) what do you think ?

    Posted: 17 Mar 2021 04:03 AM PDT

    First Class Android with React Native

    Posted: 17 Mar 2021 07:29 AM PDT

    There are a few things you can do with Android and React Native, which will put a smile on the face of your Android users. This post describes Platform Touchable, Native Drivers, Material Design (Bottom Tabs), and Hardware Back Handling.

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

    Scala on Android

    Posted: 17 Mar 2021 05:29 AM PDT

    https://youtu.be/i_fWL0tEsVM

    This is a video from a conference talk I gave on ScalaLove in February, about the history and the present state of Scala on Android. Not many technical details, more an introduction to the topic. You will find a bit about the problem of lambdas on JVM, and about plugins, frameworks, and libraries we can use.

    If you prefer the text format, I turned the transcription into a blog post: https://makingthematrix.wordpress.com/2021/03/17/scala-on-android/

    Hope you enjoy :)

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

    How to get the list of parent activities during runtime?

    Posted: 17 Mar 2021 01:00 AM PDT

    Best Ad networks for India

    Posted: 17 Mar 2021 04:20 AM PDT

    Hi, I built an app. It has got 2k+ daily active users and 10k+ active installs. App has one banner ad unit. I am using Admob and it is imposing Ad serving limits frequently. So I've integrated Facebook Audience Network with Admob mediation. My app is generating 50k+ ad requests everyday. FAN fill rate is around 30% only.

    I would like to keep using ad mediation. Please suggest me a combination of Ad networks which I can use to maximise fill rate and revenue. All of my users are in India.

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

    Is there any way to use android studio without virtualization

    Posted: 17 Mar 2021 03:18 AM PDT

    So basicaly my laptop can't access BIOS cause my F10 key doesn't work. Is there any way to access BIOS without F10 or enable virtualization or even run android studio without Vt

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

    Java 16 / JDK 16: General Availability

    Posted: 16 Mar 2021 02:39 PM PDT

    How do i encrypt my phone without having a lockscreen?

    Posted: 17 Mar 2021 06:50 AM PDT

    i have orangefox recovery if it helps

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

    What are the factors impacting on FPS(frame per second i.e speed) of gamel?

    Posted: 16 Mar 2021 11:01 PM PDT

    Any way to avoid getting added to backstack?

    Posted: 17 Mar 2021 01:38 AM PDT

    I have two fragments with buttons connecting between them, but I don't want the backstack to get full with them, basically being able to go between them just by pressing the back button.

    Any way to navigate without getting added to the backstack, or to clear the backstack when navigating except for the last fragment?

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

    Compose Icons - Font Awesome, Simple Icons and more icon packs for Jetpack Compose

    Posted: 16 Mar 2021 11:59 AM PDT

    How to create an app drawer shortcut

    Posted: 17 Mar 2021 01:17 AM PDT

    Long story short,
    I installed Lineage OS 17.1 (based on Android 10) on my Oneplus One, and after using CM12 for a while, it's very off putting not having an app drawer icon at the bottom of the screen. I want to code in an app that does just that: open an app drawer. Is there any code (preferably Java) that allows for the app drawer to be opened?
    No, I do not want to install any launchers. I want to keep stock Trebuchet as it uses the least RAM and Battery (compared to Nova, in my experience.)

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

    How do you handle prolonged untestable periods of development?

    Posted: 16 Mar 2021 03:03 PM PDT

    I've noticed, there are times when entire structures need to be changed, either it be a DB structural change, or a design structural change, or both at the same time, and these times are the hardest, more stressful, and generally more psychologically taxing in all other aspects.

    A feeling that resembles the gut wrenching panic of feeling that you are desperately wasting your time, going nowhere and all your effort will be useless, I cannot imagine, (as I'm currently coding alone) how this is felt when working on a team, as others depend on your work, I think the stress is even worse.

    My last prolonged period was of 5 days just writing code 8 hours straight, today I finally tested, and it worked the first try, so you can imagine how alleviated I'm feeling right now.... even though I know there may be some bugs that need to be found, and will eventually come out.

    So my question is how do you handle this periods, and how do you make the best out of them.

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

    Play Store's new 'Inapproporiate Content' rules and adult party games?

    Posted: 16 Mar 2021 01:45 PM PDT

    Hello!

    I've only now found out about the new rules prohibiting "Content that depicts or are functionally sexual aids, sex guides [...]" source

    I have several adult and couple party games published, with sexual themes and text depicting sex acts (no images or nudity though). Does the new regulations mean I will get removed at some point? Moreover, what about all the other 18+ tabletop-style games on there? Is it all getting axed?

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

    No comments:

    Post a Comment