Android Dev - Scabbard (Dagger Visualizer) 0.2.0 - SVG support for generated graphs, uses simple names, improved gradle plugin and minor fixes. |
- Scabbard (Dagger Visualizer) 0.2.0 - SVG support for generated graphs, uses simple names, improved gradle plugin and minor fixes.
- Showing the Android Keyboard Reliably
- Rx is not the problem; Asynchronous programming is.
- Is there any FREE, SIMPLE, COMMUNITY based translation tool as Google Translator toolkit?
- Moment will stop developing its Pro Camera app for Android
- How would I go about creating an app to intercept and edit all mobile hotspot traffic?
- Flutter + Dart, or how to quickly build a mobile app without losing (too much of) your hair
- How to speed up image processing on android?
- I opened my minesweeper game source code
- Android generic receipt printing
- New Android App Ideas
- Are there any limits to the number of ad requests per user per day in AdMob?
- Unable to fill a form in an old app
- How to set the colors of a progressbar?
- Android compatibility warning showing on play store pre launch report how can we fix that.
- Hardening android
- Defend Native rewrite over hybrid or other
- Using Insert in my Room database seems to be changing a value before it's inserted into the database
- Is somebody still using Eclipse for Android development?
- How do I practice coding Kotlin in Android Development?
- I need help
- How to read the card number and expiry date from a contactless card the way Revolut does?
Posted: 29 Feb 2020 11:37 PM PST
| ||
Showing the Android Keyboard Reliably Posted: 29 Feb 2020 12:11 PM PST
| ||
Rx is not the problem; Asynchronous programming is. Posted: 29 Feb 2020 09:20 PM PST
| ||
Is there any FREE, SIMPLE, COMMUNITY based translation tool as Google Translator toolkit? Posted: 01 Mar 2020 01:21 AM PST Everything I tried, and its been a lot, is either paid, or directed towards professionals, or with landing page which takes an hour to read and offering tons of functionality I dont really need. I just want something simple. Where I:
Thats all. Exactly like Google Translator Toolkit. Can you recommend any tools? Thanks a lot! [link] [comments] | ||
Moment will stop developing its Pro Camera app for Android Posted: 01 Mar 2020 05:39 AM PST
| ||
How would I go about creating an app to intercept and edit all mobile hotspot traffic? Posted: 01 Mar 2020 04:55 AM PST I would like to build an app with xamarin using c# which should be able to: 1: setup a mobile hotspot with a custom name and password. 2: intercept and edit all traffic passing through the hotspot. Would the WifiManager class give me enough control to do this? If not, what tools could give me this level of control? If there are no tools to do this then how would I get low level access to networking on the android device? Thanks in advance for any help! :) [link] [comments] | ||
Flutter + Dart, or how to quickly build a mobile app without losing (too much of) your hair Posted: 01 Mar 2020 03:19 AM PST
| ||
How to speed up image processing on android? Posted: 01 Mar 2020 03:10 AM PST I am working on an image enhancement android app. In one part i loop over a single channel 2d array with dimensions equal to that of image. Doing this on a full resolution image takes too much time and the app crashes. So right now i downscale the image and work on it but I have to do it on full resolution image. What i am doing is that i have already created 10 different segment of image. I have labelled the above mentioned 2d array where each index is the segment number from 1 to 10. I then sum pixel values at each belonging to a specific segment. For this I loop over the 2d array and check which segment the pixel belongs to and add the pixel value to corresponding sum. To speed up this process I can think of two techniques. 1. Create 10 different images making pixels that don't belong to that segment equal to 0 and than using opencv's built in sum function. 2. I am doing this in C++ using jni and I have read online about Halide and how it is used to speed up such tasks by parallelising the tasks. I currently don't know how to do it but I can learn. Which of the above mentioned technique is better or if there exists an even better technique which I have missed? [link] [comments] | ||
I opened my minesweeper game source code Posted: 29 Feb 2020 09:18 AM PST
| ||
Android generic receipt printing Posted: 29 Feb 2020 09:43 PM PST I am currently using Epson sdk to connect to epson thermal printers, but I would like to be able to connect to other manufacter's printers too, is there any generic way to print? I tried using sockets but it doesn't work. [link] [comments] | ||
Posted: 01 Mar 2020 01:28 AM PST A recent app I was working on I had to take down unfortunately because the API is no longer operational I have created a couple other Android apps https://play.google.com/store/apps/developer?id=Etienne+Lawlor&hl=en_US and have worked on several open source projects https://github.com/lawloretienne?tab=repositories But I want to work on something new. Does anyone have any ideas, or has any interest in possibly partnering up? [link] [comments] | ||
Are there any limits to the number of ad requests per user per day in AdMob? Posted: 01 Mar 2020 01:01 AM PST I released a game in play store a month ago with just about 2000 installs as of now. I had implemented rewarded ads inside the game rewarding users with coins. One day some users decided to stock up the coins and watched rewarded ads again and again. I was not having any frequency capping set up. The next day I got an email from Admob saying a limit has been placed on ad serving due to invalid traffic. I have read through the policies and didn't see any limit to the number of ads per user per day that should be implemented by the developer. Should we implement a limit to the number of ad requests to AdMob? If so what should be a decent limit for requests per user per day for Banner, Interstitial and Rewarded ads. [link] [comments] | ||
Unable to fill a form in an old app Posted: 01 Mar 2020 12:42 AM PST
| ||
How to set the colors of a progressbar? Posted: 29 Feb 2020 11:45 PM PST So far I am just seeing an option to set background. I want to set the filled portion to one color and the unfilled portion to another color. [link] [comments] | ||
Android compatibility warning showing on play store pre launch report how can we fix that. Posted: 29 Feb 2020 09:09 AM PST
| ||
Posted: 01 Mar 2020 02:51 AM PST Can you guys please check if this is even right iam trying to harden my phone for security Steps Wipe phone Install custom os(havoc) Install system updates Install netguard and disable all network Install island and app ops Download vmos virtual box and installing it in work profile and using app ops to disable all its permissions Using vmos and downloading normal apps [link] [comments] | ||
Defend Native rewrite over hybrid or other Posted: 29 Feb 2020 12:51 PM PST I work for start up that's turning into a giant and there have been talks about rewriting our Android app that has been around since the beginning. I'm actually the developer that has been pushing for a rewrite as the codebase and ux patterns have turned into a mess of everyones ideas put into an app. Back then we didn't really know where we were going but now that we have an idea on what we need to do, a rewrite is necessary for new features, maintenance, ui/ux uniformity, legacy library upgrades, and conforming to the companies engineering practices which don't exist with our current app since it has been a "rogue" project since conception. Now my problem is that as a Native Android developer, I always voice out against our VP of Engineering on his bias towards hybrid apps or anything that can be cross platform such as react native, flutter etc... I've expressed concerns that if we do indeed go the non native route, there are risks involved in the future that these other platforms may not have the solution for which in turn would force us to go back native. Our stack includes a lot of js developers and our VP always plays the hand that if we go with react native or flutter, there are a lot of engineers they can move around to take up on other tasks with the new app. He does have a valid argument in that but I'm getting to a point where I just want to leave at this point. If yall were in my shoes, what argument would you make to push for keeping it native. ps. Our app is only on Android. We are not a consumer app. We do logistics and these apps are only made for our drivers. [link] [comments] | ||
Using Insert in my Room database seems to be changing a value before it's inserted into the database Posted: 29 Feb 2020 08:19 PM PST I'm trying to store a entity with a foreign key into my room database. Let's say I have the field, which is the foreign keys value, set to 6. I followed it all the way until it's inserted and it stays 6, but for some reason it gets stored as 0. If I don't have an instance on the Parent Room Database of 6, it will crash as expected. But even when it does exist, it gets stored as 0. If it's an odd number, it get stored as a 1. I can post some of the code, but I'd have to post a lot for everything to make that much sense and much would be redundant for the question. Anyone else had a similar issue? [link] [comments] | ||
Is somebody still using Eclipse for Android development? Posted: 01 Mar 2020 03:28 AM PST Just curious if somebody is still using it? What prevents from switching to AS? [link] [comments] | ||
How do I practice coding Kotlin in Android Development? Posted: 29 Feb 2020 07:11 PM PST I reviewed the Kotlin website and went through the basic material that is provided for you and I am able to write very basic programs . I have no prior experience in computer science or programming. I want to specialize in Android development and want to do whatever is necessary to become a competent Android Developer. I've been watching Android Development tutorial videos and when I see the code that they write, it looks complicated to the point where my brain is trying to piece together what the heck I am looking at. I can feel my blood rushing to my brain trying to decipher the code. I type the code in as I watch the tutorials but I feel like I am not getting anything out of typing because I don't understand what I am typing. I feel like it is no different from just copying and pasting the code because either way I don't understand it. In order for me to understand the code I would literally need to research word per word and line per line but I don't feel like that necessary. Maybe I am not cut of to be an Android Developer? [link] [comments] | ||
Posted: 29 Feb 2020 10:43 PM PST Tl;dr I need to connect to an oracle 11.2g database from the app I'm working on Hi as mentioned above I'm working on an app for the company I'm interning at. It's a simple app where a user would log in with their staff details. After a successful login they are showed data that they submitted in the past, when the user clicks on the data it displays its details. So the problem I'm experiencing is that I'm trying to connect to an oracle database that is hosted inside the company, but I have no idea how to access it. I've been reading documentation but can't find a straight answer. The majority of the front end and navigation is done in kotlin. Please help. Any links or information is helpful [link] [comments] | ||
How to read the card number and expiry date from a contactless card the way Revolut does? Posted: 29 Feb 2020 12:10 PM PST Is it done with the NFC API? Is it simple, are there any good examples or do I need 3rd party solutions? Any advice that may help me start is very welcome. [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