• Breaking News

    Tuesday, March 10, 2020

    Android Dev - Video about dev account termination [Overpass Apps]

    Android Dev - Video about dev account termination [Overpass Apps]


    Video about dev account termination [Overpass Apps]

    Posted: 10 Mar 2020 05:40 AM PDT

    JakeWharton/confundus: Kotlin compiler plugin which brings Kotlin/JS's unsafeCast to Kotlin/JVM

    Posted: 10 Mar 2020 08:15 AM PDT

    Was pretty stoked for my 100K+ badge, but didn't know there's something like "policy compliant installs", can anybody tell how much more installs before app gets the badge?

    Posted: 09 Mar 2020 03:35 PM PDT

    Flow: an intro for an RxJava user

    Posted: 10 Mar 2020 06:15 AM PDT

    OCW: Unofficial open-source app for MIT OpenCourseWare

    Posted: 10 Mar 2020 08:52 AM PDT

    Secure local authentication using app-specific PIN

    Posted: 10 Mar 2020 01:50 AM PDT

    Hi,

    Is there a way of implementing secure local authentication using app-specific PIN, that is resistant to runtime tampering?

    Android developers page, as well as OWASP MSTG, recommend using either of the following:

    1. Confirm Credential - this uses the device lock screen credentials (PIN/password/pattern) to unlock the Keystore.
    2. Biometric

    There seems to be no option of integrating KeyStore unlock using an app-specific PIN, so I'm having a hard time thinking of how to implement this securely. Without integrating with a cryptographic primitive from the KeyStore, any verification logic I implement in the app's business logic is susceptible to runtime tampering via a debugger/Frida script that simply modifies the return value to true.

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

    Admob Ads not showing on my APP

    Posted: 10 Mar 2020 08:52 AM PDT

    I've been working on a game for a week now, and I've tried adding Admob on my app just to try it (I didn't upload my app to play store yet) and exported it to apk file via Android Studio, everything is fine but when I open my app it doesn't show any AD at all.. I see on my ADMOB account that there are some Requests but there's nothing else to see.. Anyone experienced this?

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

    Safer and More Transparent Access to User Location

    Posted: 10 Mar 2020 08:30 AM PDT

    best route for beginners?

    Posted: 10 Mar 2020 04:37 AM PDT

    hey.
    im a cs student and i want to learn android dev when i have some spare time.
    i have various reasons for that but the main two i guess is having some experience in dev stuff & managing to get a student dev job. i understood if you want higher chances of getting a student job in IT a project can really help so i chose android dev.
    i got 2 options right now, both of them are udemy courses. keep in mind i know some java from uni.
    the first option is an android dev course where you learn to do it with java, and with some kotlin (i guess its 75%/25% to java.)
    the second option is a flutter course, which from what i understand is in a language called dart. that way i could also make IOS apps.
    any opinions on what i should go for?

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

    Lost the source code for my game before I had a chance to port. I only have the APK. Are there any emulation wrappers that will allow me to distribute my project on other platforms?

    Posted: 10 Mar 2020 08:02 AM PDT

    Not sure if anything like this exists for android apk files. I know there are android emulators for development and testing purposes, but I'm looking for something transparent that I can wrap the apk in and use behind the scenes for the final package, allowing me to run either on Windows or in a browser as if it's running natively. Does such a thing exist?

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

    Break-up Very Long LogCat Messages

    Posted: 10 Mar 2020 07:54 AM PDT

    Where can I buy Android Templates?

    Posted: 10 Mar 2020 07:24 AM PDT

    Hi, I need to buy some beautiful android templates(the views only) and implement my self custom logic, do you know any website?

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

    Android Studio 4.1 Canary 2 available

    Posted: 09 Mar 2020 02:46 PM PDT

    Is anybody else having trouble relaunching their app during an instrumentation test after migrating to androidX?

    Posted: 10 Mar 2020 05:24 AM PDT

    AdMob unsupported language

    Posted: 10 Mar 2020 04:09 AM PDT

    Two of my app is has got an AdMob unsupported language policy violation.

    As per our Program policies, publishers are not permitted to place AdSense code on pages, or AdMob code in apps, with content primarily in an unsupported language. This policy is in place in order to ensure the best possible experience for our users as well as our advertisers. Review more information here:

    The first app is quotes in unsupported language.

    The second app is language lesson between English and one unsupported language.

    I will appeal for the language learning app, but what is my solution for the quotes app?

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

    32 bit time machine problem

    Posted: 10 Mar 2020 04:00 AM PDT

    I'm trying to write an android time machine app, but the 32 bit unix calendar won't go past 19 January 2038 - and it only gives a time range of approx. 136 years! Will all android devices run a 64 bit version by 2038?

    JumbyApps

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

    Key challenges when working with friends on an Indie project

    Posted: 10 Mar 2020 12:11 AM PDT

    Just released my RPG soundtrack Mystic Tales - a collection of original mysterious / adventurous / fantasy tracks from an unfinished indiegame. Could be fun background as you gamedev! I hope you like it!

    Posted: 09 Mar 2020 11:38 PM PDT

    “How to Display Dependency Tree of Your Android Project with Gradle?”

    Posted: 10 Mar 2020 02:53 AM PDT

    IAP Android with refunds bug/glitch

    Posted: 10 Mar 2020 01:46 AM PDT

    I am testing IAP - Remove ads.

    I purchased a product "remove_ads" and it was marked as non-consumable. Now I'd like to remove that purchase and I'm stuck. I already refunded purchase 2 days ago but it is still persistent.

    Does anyone have any suggestions on what can I do about that?

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

    TabLayout customview bug after updating to material 1.1.0

    Posted: 10 Mar 2020 01:12 AM PDT

    TabLayout customview bug after updating to material 1.1.0

    TabLayout.Tab with customview width seems forced to a specific pixel instead of wrapping my content on API 16

    my code:

    val newTab = tablayoutid.newTab() val tv = TextView(this) tv.text = "Content12345" newTab.customView = tv tablayoutid.addTab(newTab) 

    left is API 16, right is API 21

    Any help will be appreciated. Thank you!

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

    Changing a Bound Service to a Foreground one

    Posted: 10 Mar 2020 12:51 AM PDT

    What I currently Have:

    I've fully implemented a working Bound Service, Binder class, onBind method and so on.

    A runnable Timer method.

    A MutableLiveData, with an Observer in the Activity.

    A ServiceConnection in the Activity.

    and a start/bind Service method.

    I didn't implement an onStartCommand in the service class, I just create an instance of the Service in the Activity Class and use my own methods from the service class.

    Everything works fine

    My problem:

    I want to implement a Foreground Service so that the service doesn't die after a minute of the application being in the background, so.

    I created a notification channel class.

    I've overridden the onStartCommand in the service class, made a notification, startForeground, and returned sticky

    But when I run startService the app crashes as soon as I click anything.

    Code:

    Service Class:

    private final IBinder xbinder = new MyBinder(); public MyService(){ } @Override public IBinder onBind(Intent intent) { return xbinder; } public class MyBinder extends Binder { MyService getService() { return MyService.this; } } @Override public int onStartCommand(Intent intent, int flags, int startId) { Intent notificationIntent = new Intent(this, Main2Activity.class); PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, notificationIntent, 0); Notification notification = new NotificationCompat.Builder(this, Channel_ID) .setContentTitle("Posture Status") .setContentText("Good~Bad") .setSmallIcon(R.drawable.ic_android) .setContentIntent(pendingIntent) .build(); startForeground(1, notification); return START_NOT_STICKY; } 

    Notification Channel Class:

    public class App extends Application { public static final String Channel_ID = "Example Channel ID"; @Override public void onCreate() { super.onCreate(); createNotificationChannel(); } private void createNotificationChannel() { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { NotificationChannel serviceChannel = new NotificationChannel( Channel_ID, "Example Service Channel", NotificationManager.IMPORTANCE_DEFAULT ); NotificationManager manager = getSystemService(NotificationManager.class); manager.createNotificationChannel(serviceChannel); } } } 

    MainActivity Class:

    private ServiceConnection connection = new ServiceConnection() { @Override public void onServiceConnected(ComponentName className, IBinder service) { MyBinder binder = (MyBinder) service; mService = binder.getService(); mBound = true; final Observer<Boolean> resultsObserver = new Observer<Boolean>() { @Override public void onChanged(Boolean aBoolean) { bool = aBoolean; Timer.setText(String.format("%02d", mService.mins) + ":" + String.format("%02d", mService.secs)); //Log.d(TAG, "good: " + goodChronometer); if (bool == false){ goodbadimages.setImageResource(R.drawable.bad); } else if (bool == true){ goodbadimages.setImageResource(R.drawable.good); } } }; mService.getTfimage().observe(Main2Activity.this, resultsObserver); } @Override public void onServiceDisconnected(ComponentName name) { mBound = false; } }; 

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

    google photos autoupload?

    Posted: 10 Mar 2020 12:50 AM PDT

    i want to make a apk that will take from what i have on my drive put it in a folder and upload it to google photos than delete it would i just make it delete once it is filled up file every minute or so ? ideas?

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

    Deleting Google Play account and recreating a new one

    Posted: 09 Mar 2020 10:56 AM PDT

    So I made some apps in the past. Most of these apps were just hobby apps, but I had one reach 500K downloads in 2017, which I unfortunately had to remove from the app store due to reasons.

    In 2018 I made an app with permission from a big media company, but somehow they filed a copyright complaint and got the app removed even though I asked for permission. They are not helpful with trying to get my strike removed.

    I am going to work on a relatively serious project soon, but I'm kind of paranoid about the strike I got on my account which means I don't have room for any errors on this project (I'm of course planning on not making any errors, but you never know). I'm currently looking at ways to get this strike removed.

    Would closing my Play Store account and recreating a new one solve this problem for me? Does anyone know how Google deals with this? If that's not an option, do you know of a way to clean up my account? Ps. I also got a lot of old hobby projects on this account which I don't want to see anymore, so starting out fresh would be ideal.

    Thanks in advance!

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

    No comments:

    Post a Comment