• Breaking News

    Tuesday, May 24, 2022

    Android Dev - As a developer, what are the best ways to learn / get better at UX/UI design?

    Android Dev - As a developer, what are the best ways to learn / get better at UX/UI design?


    As a developer, what are the best ways to learn / get better at UX/UI design?

    Posted: 24 May 2022 06:04 AM PDT

    I startef developping android apps since about 6 years ago, but my design skills are very very decent.. what are the best way to get better at it and develop apps that are more appealing design-wise.?

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

    Tips for learning iOS development as an Android developer?

    Posted: 24 May 2022 10:16 AM PDT

    After six months on the job, I've addressed most of my company's biggest Android problems. Now they want me to do the same for iOS. They're buying me all the equipment I need and paying for a pricy one-week iOS bootcamp. While I have years of experience with Android, I feel nervous about starting from ground-zero with iOS. Obviously, it'll mean learning a new IDE and SDK. Plus, I literally haven't used a Mac since the early 2000s, and my last Apple product was an iPad 1.

    Clearly a one-week bootcamp isn't going to teach me everything. What should I do in addition to this course to get up to speed? I'm thinking some sort of Swift course would be a good idea, but I'm not sure beyond that. Udacity has a few relevant courses, and I've always liked them.

    Any input would be appreciated!

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

    Where are app files stored in Android Studio?

    Posted: 24 May 2022 01:09 PM PDT

    Sorry if this is a dumb question I've never used it before

    I'm using android studio to modify an existing APK file, and I've ran it in the emulator and made changes within the app. Where will these changes be stored?

    I'll give an example as I'm not sure how to explain properly. Say I open a notes app in android studio and run it in the emulator. I save a note named "note 1" and close the emulator. Where will note 1 be stored?

    Thanks

    submitted by /u/xijingping-
    [link] [comments]

    With what certifications can I add value to my resume if I am applying to Mobile Development jobs without any prior experience in industry.

    Posted: 24 May 2022 07:45 AM PDT

    I am a master's student who does not have neither internship experience nor job experience and is about to graduate. I want to start my career in Mobile Development so sooo much.

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

    Looking for Android Developement Mentor

    Posted: 24 May 2022 09:16 AM PDT

    Hi there, I'm looking for a good android development mentor, someone with experience in mentoring in this field and willing to help. I'm doing the Udacity android kotlin development course so I would be doing that in conuction with working with a mentor.

    I am willing to pay per session.

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

    How do you come up with a privacy policy?

    Posted: 24 May 2022 10:07 AM PDT

    For a simple app with google analytics and firebase.

    Examples, tools, templates...

    Thank you :)

    submitted by /u/Story-Line
    [link] [comments]

    Getting duplicate class error

    Posted: 24 May 2022 01:11 PM PDT

    Getting this error:

    Duplicate class org.tensorflow.lite.DataType found in modules jetified-tensorflow-lite-1.13.1-runtime (org.tensorflow:tensorflow-lite:1.13.1) and jetified-tensorflow-lite-api-2.7.0-runtime (org.tensorflow:tensorflow-lite-api:2.7.0) Duplicate class org.tensorflow.lite.DataType$1 found in modules jetified-tensorflow-lite-1.13.1-runtime (org.tensorflow:tensorflow-lite:1.13.1) and jetified-tensorflow-lite-api-2.7.0-runtime (org.tensorflow:tensorflow-lite-api:2.7.0) Duplicate class org.tensorflow.lite.Delegate found in modules jetified-tensorflow-lite-1.13.1-runtime (org.tensorflow:tensorflow-lite:1.13.1) and jetified-tensorflow-lite-api-2.7.0-runtime (org.tensorflow:tensorflow-lite-api:2.7.0) Duplicate class org.tensorflow.lite.Tensor found in modules jetified-tensorflow-lite-1.13.1-runtime (org.tensorflow:tensorflow-lite:1.13.1) and jetified-tensorflow-lite-api-2.7.0-runtime (org.tensorflow:tensorflow-lite-api:2.7.0) Go to the documentation to learn how to Fix dependency resolution errors. 
    submitted by /u/marcstep
    [link] [comments]

    Do you use designs (Adobe XD/ Figma) or do you just Iterate

    Posted: 24 May 2022 04:21 AM PDT

    So I want to start building up my portfolio of apps but I just want some input on how others have started. Do you use designs either online or your own through Figma/AdobeXD/Dribble etc or do you recommend for me just to focus on the application functionality and build it with the intention to Iterate as I learn?

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

    All my apps were removed from Google Play search without any notifications

    Posted: 24 May 2022 06:17 AM PDT

    Hello. I had an issue with my bank account and as a result, my Google Play account was blocked. Google support unblocked my account on the 17 of May. But 3 days ago all of my apps were removed from Google Play Search (com.mw.adultblock, com.mw.applockerblocker, com.msw.pornblocker) They can't be found with any keywords. I can only find them using the apps' names. All the apps have paid subscriptions (billingclient version: 3.0.0) and use accessibility services (target sdk is 30). Is that some kind of ban? Has anyone encountered a similar problem and what should I do?

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

    No adapter attached; skipping layout?

    Posted: 24 May 2022 07:32 AM PDT

    I am trying to parse JSON data from a web URL using retrofit and picasso. However, when I try to run the app, I keep getting the error that I have no adapter attached. I'm still pretty new and I have been trying to fix this bug for hours. Any advice would be greatly appreciated. I have attached my activity class and adapter class below.

    Thanks!

    Activity: https://paste-bin.xyz/59885

    Adapter: https://paste-bin.xyz/59890

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

    Best Approach For Integrating Toolbar with Tablet

    Posted: 24 May 2022 07:23 AM PDT

    Still a bit new, sorry if this is a dumb question.

    We have a phone layout that with a `DrawerLayout` that uses the `Toolbar` widget.

    Our tablet layout is a custom toolbar from an old dev that is a pain to maintain. We want to replace the custom toolbar with our existing phone toolbar (with a few tweaks to make it tablet friendly).

    I've tried moving the `Toolbar` to its own xml file (it has a custom wrapper) and using `<include />` to insert it into the phone layout, but when I do that the `DrawerLayout` doesn't appear to recognize the `Toolbar` as part of its layout.

    I know you can pass variables into the `<include />`. Is it possible to somehow pass the `DrawerLayout` into the `<include />` so the `Toolbar` is recognized?

    Is there a more elegant solution to this, or should I just build out an entirely different tablet layout.

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

    Stories development

    Posted: 24 May 2022 06:58 AM PDT

    Hi guys

    I need to make something like Instagram stories.
    And I need help with the best way to achieve this, in order to loading videos and images.
    What to use, media3, exoplayer, etc?

    Thanks a lot

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

    A repository of xml android projects following best architecture practices?

    Posted: 24 May 2022 05:47 AM PDT

    Hello everyone,

    Can you please share with me any good repos with android projects that follows best architecture practices? xml UI layout would be great. Thank you

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

    Everything You Need to Know About the Build Analyzer in Android

    Posted: 24 May 2022 05:22 AM PDT

    If you've indulged yourself in the Android app development project, you might have come across this amazing build performance checker tool, Build Analyzer. And the reason why you're here is that you want to understand this tool completely to better optimize your app's build performance.

    Click here: https://www.androiddeveloper.co.in/blog/everything-know-about-build-analyzer-android/+

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

    Python or Kotlin?

    Posted: 24 May 2022 08:22 AM PDT

    I am an experienced android developer. I have been working on kotlin since 3 years. Now I am planning to do competitive programming so I was wondering which language should I use for leetcode and all?

    View Poll

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

    publish private app in managed google play console

    Posted: 24 May 2022 03:58 AM PDT

    anyone has experience publish private app using managed google play (mgp) console? It will sync to EMM (example: microsoft intune) if managed google play connector is setup correctly in EMM right? The information i only need is the organization id right?

    when comes to add new testing version before production, it is done in closed track inside mgp right? EMM will be able to sync the test version and then create group of test users to deploy right?

    Meaning all app version management are done in mgp console and deployment are done in EMM right?

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

    which android phone is best for development

    Posted: 24 May 2022 08:12 AM PDT

    Hi,

    I am not experienced at Android development at all. Last week I was able to unlock developer mode and see with adb the logs of a IPSec connection. But I think I don't have enough permissions to debug the configuration files. That is why I think I need to root an Android phone.

    Since I am not experienced with this at all I am not willing to do this on my own phone for my job. Could you give me some suggestions on which phone model we should use? Criteria:
    - relatively easy to get root access
    - Android 12 or relatively easy to go to new version of Android - not too expensive?

    If you are interested in the problem, here are the logs of Samsung Galaxy A12 IKEv2 IPsec PSK connection: ``` boris-W330AU:~/Downloads/platform-tools$ ./adb logcat *:V | grep charon

    05-19 12:08:56.946 987 3754 I LegacyVpnRunner: Daemon[0]: charon 05-19 12:08:57.000 28532 28532 W charon : 00[KNL] USE_KERNEL_NETLINK_IPSEC 05-19 12:08:57.002 28532 28532 W charon : 00[LIB] created TUN device: ipsec0 05-19 12:08:57.010 28532 28532 W charon : 00[LIB] loaded plugins: charon android-log openssl fips-prf nonce pkcs1 pkcs8 pem xcbc hmac kernel-netlink socket-default eap-identity eap-mschapv2 xauth-generic android kernel-libipsec revocation x509 curl unity constraints 05-19 12:08:57.010 28532 28532 W charon : 00[JOB] spawning 16 worker threads 05-19 12:08:57.014 28532 28540 W charon : 07[ESP] unsupported IP version 05-19 12:08:57.014 28532 28540 W charon : 07[KNL] invalid IP packet read from TUN device 05-19 12:08:57.170 28532 28535 W charon : 03[CFG] PFS nonpfs 05-19 12:08:57.171 28532 28535 E charon : 03[IKE] initiating IKE_SA android[1] to 192.168.0.114 05-19 12:08:57.177 28532 28535 W charon : 03[ENC] generating IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(HASH_ALG) N(REDIR_SUP) ] 05-19 12:08:57.177 28532 28535 W charon : 03[NET] sending packet: from 192.168.0.113[49106] to 192.168.0.114[500] (650 bytes) 05-19 12:08:57.324 28532 28539 W charon : 08[NET] received packet: from 192.168.0.114[500] to 192.168.0.113[49106] (38 bytes) 05-19 12:08:57.324 28532 28539 W charon : 08[ENC] parsed IKE_SA_INIT response 0 [ N(INVAL_KE) ] 05-19 12:08:57.324 28532 28539 W charon : 08[IKE] peer didn't accept DH group MODP_2048_256, it requested MODP_2048 05-19 12:08:57.325 28532 28539 E charon : 08[IKE] initiating IKE_SA android[1] to 192.168.0.114 05-19 12:08:57.353 28532 28539 W charon : 08[ENC] generating IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(HASH_ALG) N(REDIR_SUP) ] 05-19 12:08:57.353 28532 28539 W charon : 08[NET] sending packet: from 192.168.0.113[49106] to 192.168.0.114[500] (650 bytes) 05-19 12:08:57.889 28532 28541 W charon : 09[NET] received packet: from 192.168.0.114[500] to 192.168.0.113[49106] (464 bytes) 05-19 12:08:57.890 28532 28541 W charon : 09[ENC] parsed IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(HASH_ALG) N(CHDLESS_SUP) N(MULT_AUTH) ] 05-19 12:08:57.890 28532 28541 W charon : 09[CFG] selected proposal: IKE:AES_CBC_128/HMAC_SHA1_96/PRF_HMAC_SHA1/MODP_2048 05-19 12:08:57.918 28532 28541 W charon : 09[IKE] faking NAT situation to enforce UDP encapsulation 05-19 12:08:57.918 28532 28541 W charon : 09[CFG] no IDi configured, fall back on IP address 05-19 12:08:57.918 28532 28541 W charon : 09[IKE] authentication of '192.168.0.113' (myself) with pre-shared key 05-19 12:08:57.918 28532 28541 W charon : 09[IKE] no shared key found for '192.168.0.113' - '%any' 05-19 12:08:57.918 28532 28541 W charon : 09[CFG] closed tun device due to charon will be shutdown 05-19 12:08:57.919 28532 28541 W charon : 09[CFG] created abort file after scheduled shutdown job 05-19 12:08:57.974 987 28531 I LegacyVpnRunner: java.lang.IllegalStateException: charon is shutdown 05-19 12:08:58.171 28532 28532 W charon : 00[DMN] signal of type SIGTERM received. Shutting down 05-19 12:08:58.384 987 28531 D Vpn : setting state=FAILED, reason=charon is shutdown ```

    The problem is this line: "no shared key found for" and I want to take a look at file ipsec.secrets.

    Thank you very much in advance

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

    No comments:

    Post a Comment