I've created a chrome extension to add IDE like file navigation to GitHub Android Dev |
- I've created a chrome extension to add IDE like file navigation to GitHub
- Discovered this when snooping around in the SavedStateHandle class (v1.0.0-alpha05)
- AutoLinkTextView is a TextView that supports automatic detection of Hashtags (#), Mentions (@) , URLs (http://), Phone Nubers and emails
- Microsoft Surface Duo, a foldable phone running Android
- This e-mail from the Google Play team could be well better
- Have you noticed changes in the "positioning" of the apps?
- Writing your own ViewModel onSaveInstanceState and onRestoreInstanceState handle
- Does anybody know how can I create a custom button like these? What methods should I use? Any resources and guidelines will be appreciated. Thank you!
- Firebase Analytics doesnt update?
- How can i restrict user to enter common pins in edittext..e.g. 1111, 1234, etc.... Any library available for that or will have to build a logic??
- Extending DialogFragment forces me to write Java code because it crashes in Kotlin
- How do I get text to speech read,"Hello World."
- There is now a search box on maven.google.com
- Add Push Notifications to Your Android Chat App Using Kotlin
- Universal Apk, a survival guide
- Problem with development of a POS using Android 5.1.
- I am new to android dev, is constraint layout better than all other layouts ? Does it help with noticeable performance issues if used correctly?
- That moment where you realize that humanity is lost.
- Android 10 restricts how to start activity from the background - how will AppLock apps work?
- Kotlin - One Language, All Tiers: Developing Multiplatform Projects
- Coupons
- Mocking Location receives "mocked" location instead of real location
I've created a chrome extension to add IDE like file navigation to GitHub Posted: 03 Oct 2019 05:22 AM PDT
| ||
Discovered this when snooping around in the SavedStateHandle class (v1.0.0-alpha05) Posted: 03 Oct 2019 01:55 AM PDT
| ||
Posted: 03 Oct 2019 12:55 AM PDT Hi guys, I would like to hear your opinion about my new lib)) [link] [comments] | ||
Microsoft Surface Duo, a foldable phone running Android Posted: 03 Oct 2019 11:28 AM PDT
| ||
This e-mail from the Google Play team could be well better Posted: 03 Oct 2019 08:38 AM PDT We're writing to let you know that you have not yet completed the Target audience and content section of the Play Console for at least one of your apps. All developers were asked to fill out this section for all apps by September 1, 2019. Imagine having 20 apps and getting an e-mail that you need to do something on "at least one of your apps". [link] [comments] | ||
Have you noticed changes in the "positioning" of the apps? Posted: 03 Oct 2019 11:46 AM PDT I have been uploading apps for a year. Since September that new apps take around 2 weeks to appear in some play store keywords. But now, since October began, all new apps (less than 3 months old) don't even appear in your keywords, EVEN THERE IS MINIMUM COMPETITION! This was not before. I don't know what's happening in the play store, but something is changing and the new apps have no visibility or opportunity. I guide my apps for ALL possible languages (The most important USA, GERMANY, RUSSIA) and in the last 2 I can't even see my apps among the 250 of the whole list. Therefore, daily downloads (around 1k) have dropped to 80 per day in some apps! and this brought a downturn in admob earnings, accordingly. Anyone else could notice this? Especially since October 1. [link] [comments] | ||
Writing your own ViewModel onSaveInstanceState and onRestoreInstanceState handle Posted: 03 Oct 2019 04:06 AM PDT
| ||
Posted: 03 Oct 2019 02:39 PM PDT
| ||
Firebase Analytics doesnt update? Posted: 03 Oct 2019 02:22 PM PDT So I recently made an App that I share on my website. Its not on the Google Play Store. Right now I got 40 Downloads (made counter script with php) StreamView seems to work if I open the app on my own smartphone I can see that there is one user and all Events are showing. But Analytics doesnt update, I still have 0 Users throughout the day, 0 Events. So tomorrow there will be an update of the stats but why not during the day? I am using the free version, maybe thats why, but I would like to know what I can do to see what my users do. [link] [comments] | ||
Posted: 03 Oct 2019 01:41 PM PDT | ||
Extending DialogFragment forces me to write Java code because it crashes in Kotlin Posted: 03 Oct 2019 12:58 AM PDT Hi guys, recently I've noticed in my crashlytics stack traces pointing out that one of the non-nullable function param was null. As it turned out it was the DialogFragment.onDismiss(dialog: DialogInterface) from the AndroidX library. The dialog param is annotated as @NonNull but that's not really true. The only solution I've found so far is to rewrite this custom dialog in Java. As we know Java loves passing nulls here and there so it should work (is it a feature or a bug? :D). I've already filled an issue here with a bit better description. I might be missing something so if you know a better idea how to fix that, let me know. [link] [comments] | ||
How do I get text to speech read,"Hello World." Posted: 03 Oct 2019 01:14 PM PDT I use both Unity c# and Adobe Air to make Android apps. I can't find out how to read text outloud in either. Am I missing something? I want it to be a client only call, not web networked call. Thank you, James [link] [comments] | ||
There is now a search box on maven.google.com Posted: 03 Oct 2019 03:03 AM PDT https://maven.google.com/web/index.html now include a search box to filter artifacts! Also in a true Google fashion one step back has been taken as well, namely you can't select text on the page anymore. So have fun manually typing artifacts names or looking them up elsewhere. ¯\(ツ)/¯ [link] [comments] | ||
Add Push Notifications to Your Android Chat App Using Kotlin Posted: 03 Oct 2019 11:37 AM PDT
| ||
Universal Apk, a survival guide Posted: 03 Oct 2019 05:22 AM PDT
| ||
Problem with development of a POS using Android 5.1. Posted: 03 Oct 2019 11:08 AM PDT I'm not an expert in developing Android apps (I'm an embbebed engineer) but I get a project to develop a POS (point of sale) with android. I'm stuck at printing the content of a web because my thermal printer only can print Unicode(string), GBKtext(string) and bitmap. I have implemented fromHtml but it return (Spanned), I have tried with fromHtml.toString but it only print the URL , I tried with webview too but I can't get the content in bitmap or string. [link] [comments] | ||
Posted: 03 Oct 2019 04:52 AM PDT I use linear and frame layout more often, but for frame layout the position of the views change as the device size changes and google has recommended to use constraint layouts more often for this purpose. [link] [comments] | ||
That moment where you realize that humanity is lost. Posted: 03 Oct 2019 10:04 AM PDT
| ||
Android 10 restricts how to start activity from the background - how will AppLock apps work? Posted: 02 Oct 2019 08:31 PM PDT One of the major limitations imposed on Android 10 is this one: https://developer.android.com/guide/components/activities/background-starts Basically you cannot start activity from an app's service (even foreground one), and the only workaround is to have Overlay permission, but there are rumors that this permission is going away in the next Android version ( already gone in Android GO). So how will popular type of apps like AppLocks continue to exist , if even the Overlay permission is gone, and we know Accessibility service is not tolerated for non-accessibility purposes. I would like to hear your opinion. [link] [comments] | ||
Kotlin - One Language, All Tiers: Developing Multiplatform Projects Posted: 03 Oct 2019 05:49 AM PDT
| ||
Posted: 03 Oct 2019 01:32 PM PDT Open my favorite app! Don't wait to get more surprises:https://m.dhgate.com/ii/JzeEJr4c [link] [comments] | ||
Mocking Location receives "mocked" location instead of real location Posted: 03 Oct 2019 01:21 AM PDT Hi! I'm working in a project that mocks the location. The location is mocked right, as far as I can tell, but there's a problem. Each time I start the service and get a location, the 3 to 5 next locations are the mocked instead of the real. Let me put an example: The first location I receive is 41.6182, -87.4154 (It's not my real location, but it's an example). Now, the mocked location I calculate is 41.6129, -87.4588 (a bit far, it's okay). Now, the next 3 to 5 locations I receive are 41.6129, -87.4588, as I mentioned above, but it shouldn't be so, I should get the original one (41.6182, -87.4154) with more or less precision, but around that point. I cannot show code because the project is not being releases anytime soon, but it's similar to the one in the Private Location project. Does anyone know why? Thank you in advance, any help would be really appreciated! EDIT: I'm using the GPS_PROVIDER and the NETWORK_PROVIDER provided in the Android API, and it happens again when I remove the providers (when the service is stopped), and starting the service again. [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