• Breaking News

    Thursday, January 21, 2021

    Android Dev - Is it just me or you guys are also having your app updates "in review" for more than 7 days in play console?

    Android Dev - Is it just me or you guys are also having your app updates "in review" for more than 7 days in play console?


    Is it just me or you guys are also having your app updates "in review" for more than 7 days in play console?

    Posted: 21 Jan 2021 02:28 AM PST

    I'm from India btw

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

    Is Google Play Console down for others too?

    Posted: 21 Jan 2021 03:38 AM PST

    Short question on Google Developer NDA

    Posted: 21 Jan 2021 04:07 AM PST

    Hi folks! I recently submitted my game to Google Play indie game corner. Yesterday I received an e-mail stating that an "Developer NDA" is necessary to carry on with process in being featured in google play. Is this a standard procedure in Google Play? After some googling I couldn't find too much information about such NDA.

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

    How to Improve User Experience for a Website/App?

    Posted: 21 Jan 2021 06:53 AM PST

    Hey everyone! Our post is about how to improve the UX of your website and mobile app. There is a UX checklist for creating websites/apps at your convenience. You might find it worth sharing.

    https://2muchcoffee.com/blog/how-to-improve-user-experience-for-a-website-app/

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

    The Kotlin Roadmap for the first half 2021 is out!

    Posted: 20 Jan 2021 12:02 PM PST

    Posted a while ago a teaser of this GOTO Bookclub episode with Hadi Hariri and Venkat Subramaniam. The full episode is out!

    Posted: 21 Jan 2021 05:45 AM PST

    How to dynamically update a Recycler View item from network while in is in view? Eg. Number of likes, comments in a Tweet

    Posted: 21 Jan 2021 03:13 AM PST

    Hey , I was wondering how to update data in Recyclers dynamically in the most efficient way,like in the App twitter Each tweet will have number of retweets , likes etc changing by the time the specific tweet is in view.

    So how would you update those items in the recycler with the latest number of likes ?

    To add more complexity, how would you then handle if the user presses "Like" and now you'd have to send a network request which probably will return the latest number of likes and now you'd need to update the number of likes of only that specific tweet.

    I am trying to accomplish this using flows api, any ideas/suggestions/ Open source projects will be helpful.

    Thank you!

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

    Suggestion for application backend

    Posted: 21 Jan 2021 05:08 AM PST

    Good morning to all,

    i need some advice from someone with more experience in this field. Actually i have an android app that is a money manager app (https://play.google.com/store/apps/details?id=com.gmail.mymoneymanager) and at the moment all the data are stored in the local sqlite database. In the future i want my users to have the ability to subscribe and have all the data synced in the cloud and have the ability to use the web application that i will develop.

    With this conditions, what technology/language do you suggest? I was thinking about node and express, django or vaadin. I have no experience with none of the three but that's not a problem.

    What do you think? Are there some people with similar experience?

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

    Unique progress view with rich customisation options!

    Posted: 20 Jan 2021 10:37 AM PST

    Unique progress view with rich customisation options!

    Hello, I would like to share my open source library which I wrote today during my free time!
    Stars would be appreciated, but only if you like it 😊

    https://github.com/edgar-zigis/GaugeProgressView

    https://i.redd.it/ymcpge3g7jc61.gif

    Everything is fully customisable - inner/outer circle thickness, sweep/start angles, fonts, colours, sizes, progress text can be also hidden.

    Hopefully it will be useful to you!

    submitted by /u/biomatic-1992
    [link] [comments]

    A test order. I just saw a person getting my app and play console stated test order.

    Posted: 21 Jan 2021 02:47 AM PST

    What is a test order and how do I stop test order? I'm fairly new so any help is appreciated Thanks

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

    Is there a comprehensive guide or library to do this on Android? (Draw freeform, lines, dots, circles, text and be able to select and move them)

    Posted: 20 Jan 2021 06:41 PM PST

    Creating custom view classes!

    Posted: 20 Jan 2021 05:08 PM PST

    So I finally learned how to create custom view classes with a standard pattern that is clean and concise. I was always confused when building creating a custom view class for Android and I would do it slightly different each time. Implementing wrong constructors or inflating the XML randomly in places....yea, I was doing it wrong.

    Thanks to some documentation as well: https://developer.android.com/codelabs/advanced-andoid-kotlin-training-custom-views#3

    // if used programmatically and XML class BadgeView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0 ) : ConstraintLayout(context, attrs, defStyleAttr) { private val binding = ViewBadgeBinding.inflate(LayoutInflater.from(context), this, true) init { // do more init stuff here } } // if used only programmatically class BadgeView(context: Context) : ConstraintLayout(context) { private val binding = ViewBadgeBinding.inflate(LayoutInflater.from(context), this, true) init { // do more init stuff here } } 

    Hope it's at least helpful to newer devs. I'm sure you senior devs out there already knew!

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

    Books for Systems Programming on Android mobile devices?

    Posted: 20 Jan 2021 01:01 PM PST

    Developers wanting to write apps for mobile phones have a number of options available to them, such as Unity and Java APIs. Instead imagine a programmer who is actually going to write the dalvik virtual machine and target it to a particular mobile ARM CPU architecture. What are the books that those programmers are reading?

    Thank you.

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

    What is a good starter project for a new mobile app developer?

    Posted: 20 Jan 2021 08:33 AM PST

    I am taking a mobile apps course as an independent study for school. I have some programming/web dev experience and I am familiar with Java syntax enough where I think I can jump right in to making the course project, but the idea for the app itself is up to me.

    What would your suggestions be as a first app that covers the basics of programming for mobile? Any and all suggestions would be greatly appreciated.

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

    Updating android apx, not over-writing file

    Posted: 20 Jan 2021 01:42 PM PST

    To start off, i am not an android developer. I am using APK Editor Studio to modify an App licensed to us.

    I have an app that i have published to a private google play store. I am now trying to update that app but it is not overwriting one file in the existing application.

    I publish the new version of the app, the only things that change are the android manifest file, changing the version, and then this one xdb file under assets of the app. this XDB file controls the server the device connects to.

    On the device, a honewell scanner, I update the app, but the connection never changes. If I Uninstall the app first, then re-install the app, it properly connects to the new server, and that tells me that the new version is working fine, just not replacing/over-writing that xdb file.

    can anyone offer any suggestions?

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

    Best way to add demo subproject

    Posted: 20 Jan 2021 12:39 PM PST

    I work on a project and the structure looks like this:

    MainProject

    -SubModuleA

    -SubModuleB

    -SubModuleC

    --DemoProject *adding this now

    DemoProject depends only on SubModuleC and it will serve as a catalog for all the things from this submodule. It should be an Android app that can be build on its own, but when I build the MainProject, it should not know about the demo project. The requirement is not to create a new repo that depends on SubModuleC. How to achieve this.

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

    How to modify or delete an android calendar event with js?

    Posted: 20 Jan 2021 11:47 AM PST

    I am building an android application in java script which, among other things, creates events in the system calendar, modifies them or deletes them. To create events in the calendar I use the following code, which works as expected.

    javascript addToCalendar(title, options) { i = intent("android.intent.action.INSERT"); i.data("content://com.android.calendar/events"); i.extra("title", title); if (options !== undefined) { if (options.desc !== undefined) i.extra("description", options.desc); if (options.begin !== undefined) i.extraLong("beginTime", options.begin.getTime()); if (options.end !== undefined) i.extraLong("endTime", options.end.getTime()); if (options.location !== undefined) i.extra("eventLocation", options.location); if (options.allDay !== undefined) i.extraBool("allDay", options.allDay); if (options.emails != undefined) i.extra("android.intent.extra.EMAIL", options.emails.join()); } i.send(); } How can I modify the above code to modify or delete an existing event from the system calendar?

    submitted by /u/Akira-Takeshi
    [link] [comments]

    How to create an app that does nothing

    Posted: 20 Jan 2021 03:28 PM PST

    I know how to create an app that force closes itself on opening by using finishAndRemoveTask(),
    but what I want is for it to not open at all.
    Basically, when I click on the icon I want it to not respond.
    Is this possible?

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

    No comments:

    Post a Comment