Android Dev - QR Scanning using CameraX |
- QR Scanning using CameraX
- kiwibrowser/src-Source-code used in Kiwi Browser for Android
- I hate this so much...
- What are the steps you take when building apps?
- Python code in android studio?
- "Action Required: Your app is not compliant with Google Play Policies" - What action?
- ExoPlayer on ViewPager
- Is it possible to convert personal Google Play account to a business one?
- org.threeten.bp.LocalDateTime and java.time.LocalDateTime from 3rd party lib?
- Is Firebase Free? Everything You Need to Know about Firebase Pricing
- Kotlin Native android
- Late Career Change Advice?
- I need help to understand what I do wrong in development
- Database Inspector
- Need help getting an Android app developed.
- Should I switch to Kotlin?
- How much data does it require for the popup add in various apps?
- Understanding Auth
- Updating values of listView inside viewPager2 triggered by Switch view?
- ADB Wifi Debug
- How can I get iMessage on Android without a Mac?
- How do I get absolute path of an object in android studio?
- anybody having a big drop in admob impressions?
- Is there any downsides to have BaseFragment with an argument?
| Posted: 19 Apr 2020 02:33 AM PDT
| ||
| kiwibrowser/src-Source-code used in Kiwi Browser for Android Posted: 19 Apr 2020 04:24 AM PDT
| ||
| Posted: 18 Apr 2020 09:04 AM PDT
| ||
| What are the steps you take when building apps? Posted: 19 Apr 2020 07:54 AM PDT Do you first design the layout, then code, then polish etc? [link] [comments] | ||
| Python code in android studio? Posted: 19 Apr 2020 07:40 AM PDT I have ORB feature detection algorithm using OpenCV written in python. I want to use the output of this algorithm in android studio for my applciation. Is it possible? [link] [comments] | ||
| "Action Required: Your app is not compliant with Google Play Policies" - What action? Posted: 19 Apr 2020 02:34 AM PDT
| ||
| Posted: 19 Apr 2020 04:14 AM PDT I'm using a viewpager to show videos using ExoPlayer, which I have one fragment which is creating multiple instances for every swipe and data, on swipe of that it should ideally play the one which is currently visible but that's not happening. The previous fragment video is not stopping. How to handle this? [link] [comments] | ||
| Is it possible to convert personal Google Play account to a business one? Posted: 18 Apr 2020 11:36 PM PDT Currently I have my personal Google account with a possibility to publish on the Google Play.
[link] [comments] | ||
| org.threeten.bp.LocalDateTime and java.time.LocalDateTime from 3rd party lib? Posted: 18 Apr 2020 10:47 PM PDT I'm developing an Android app using a 3rd party library which uses LocalDataTime. I'm want to support API 23 so I'm using ThreeTenABP but the library isn't. Any suggestions about how to deal with that? Full disclosure: I'm also the author of the 3rd part library. But changing that would require making changes in other places too. So I'd rather not do that. One solution would be to use unix timestamps for dates in transit... But I thought we were past that. Anyway, how are you guys dealing with it? [link] [comments] | ||
| Is Firebase Free? Everything You Need to Know about Firebase Pricing Posted: 19 Apr 2020 07:32 AM PDT
| ||
| Posted: 19 Apr 2020 06:05 AM PDT What benefits Kotlin Native will bring to Android ecosystem, any chance to remove Java? [link] [comments] | ||
| Posted: 18 Apr 2020 03:24 PM PDT I work in the construction industry and although the money is relatively good, the job is very stressful, keeps me up at night, the hours are ridiculous and it just doesn't fit well with my character. I've always loved tech and wanted to work in IT and this COVID lockdown was the perfect opportunity for me to invest all this free time into seriously working to make the move. I've been using all my free time to study Java in the hopes I can eventually make a few apps that will provide a good income or even manage a complete career change. It's been three weeks and I'm going through the MOOC course, I've bought a few courses on Udemy, the Head First book (although I'm yet to open that) and have been using youtube extensively. I'm obviously still a beginner but I'm a bit concerned if this is all a bit futile. Is a few months enough to get your head around Java or do you need a few years to actually be proficient enough to make money from this (either with getting a job as a Java developer or making a half decent app)? Does anyone know if developing Android apps actually do provide an income that will pay the bills - what's ad revenue like? Any middle-aged men make a late career change into Java and it paid off? I'm sorry if this post is not allowed. [link] [comments] | ||
| I need help to understand what I do wrong in development Posted: 19 Apr 2020 04:35 AM PDT I don't have a lot of experience in android development, and now I have one main problem - I don't understand what I do wrong in my apps. I tried to some interview with test tasks, and always I got the answer - my code not enough quality. I read a lot of different articles and watched videos about the right app architecture, best approaches. Then I created this app. This is the link for GitHub repository: https://github.com/devapro/SpaceWallpaper [link] [comments] | ||
| Posted: 18 Apr 2020 11:49 AM PDT
| ||
| Need help getting an Android app developed. Posted: 19 Apr 2020 06:22 AM PDT I have an app idea that I want to pursue getting developed. I already have an outline of its functions and have even gotten an interactive mock-up created of it. I'm looking for a person or company who would be willing to help me continue this process in creating a beta version. [link] [comments] | ||
| Posted: 18 Apr 2020 08:31 PM PDT I've been making small apps for a while as a hobby but only now getting serious about it. I'm happy with programming with java but I've seen a lot of people making the switch. Are there any advantages with using kotlin? If you switched from java to kotlin, what made you switch? Thanks in advance [link] [comments] | ||
| How much data does it require for the popup add in various apps? Posted: 18 Apr 2020 11:45 PM PDT Asking because I am testing some apps for data stealing. [link] [comments] | ||
| Posted: 18 Apr 2020 03:13 PM PDT The Google Sign In with 0Auth looks cool. But there is a thing that I cant really get a good grasp of. How does it protect the API within the application? I was asked to develop an app. After some time, I was requested to add some "Google authentication". Because apparently, our API is "exposed" (from what I understand, everyone can access the api). Our API is made made from a rest framework. I have implemented the "Google Auth" (where a pop up appears with a list of accounts). And I cant see how that protects the API. Here's an example of the flow of the app: Log in with your account, then log in to work with time and location. So I really dont get it. I think at somepoint when the user signs in with Google, I should ping the API for verification right? Cause if not, It just looks like I just need an email from the organization just to access the app. And in order to be truly secure, my app suppose to send an access token for every transactions right? Please enlighten me. [link] [comments] | ||
| Updating values of listView inside viewPager2 triggered by Switch view? Posted: 18 Apr 2020 08:46 PM PDT Hi, somewhat new to Android development here. I have implemented a ListViewwhich is contained inside of a ViewPager2 view. The ListView takes data from an offline database that is stored in the assets folder of my project, so after swiping between different positions of the ViewPager2. I also have a Switch, that, when toggled, will either show or hide some items in the list. I have 2 problems:
Here's all the relevant code: viewPager.registerOnPageChangeCallback() in onCreate() in MainActivity: switch listener in onCreate() in MainActivity: As you can see, using notifyDataSetChanged() from both the listViewAdapter and the viewPagerAdapter doesn't work. classes forviewPager2 and adapter for listview: Any guidance would be appreciated. Is there any other way that I should be doing this? [link] [comments] | ||
| Posted: 18 Apr 2020 08:45 PM PDT Is it possible to adb wifi debug if my computer is on the ethernet and my phone is on wifi? I tried; but it doesn't work. Is there a way to connect via adb or are there alternatives? cannot connect to [link] [comments] | ||
| How can I get iMessage on Android without a Mac? Posted: 19 Apr 2020 02:37 AM PDT First of all, I don't know where this should be posted. Android subreddit or iOS? Hi, I would like to know if it is possible to get iMessage on Android. I Do not have a Mac, and Running Mac OS via VirtualBox results in getting an error about not being authorized. I have an Jailbroken iPad 6th Gen on iOS 13.3.1, an Android Device running Android 9.0, And a Windows 10 Computer. What are my options? [link] [comments] | ||
| How do I get absolute path of an object in android studio? Posted: 18 Apr 2020 08:36 PM PDT In windows you can just say c:/users/desktop/thisfile.exe . But how do I do it in android. I want to interact with a file or folder that's almost alway there. EDIT: every android tutorial I see seems to use Environment.getExternalStorageDirectory() but it is deprecated. Suggest me a new method please. [link] [comments] | ||
| anybody having a big drop in admob impressions? Posted: 18 Apr 2020 03:28 PM PDT | ||
| Is there any downsides to have BaseFragment with an argument? Posted: 18 Apr 2020 03:11 PM PDT 👋 I use Jatpack navigation, this is my declaration of BaseFragment: so I can have fragments like this: My question is, we know we should never have parameters in Fragments to restore states and all, but could Base fragments have them? [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