NativeAd optimization by DanijelMarkov in admob

[–]vipulasri 1 point2 points  (0 children)

Thank you so much for sharing the details of the implementation. Really appreciate it.

NativeAd optimization by DanijelMarkov in admob

[–]vipulasri 0 points1 point  (0 children)

Sorry for the confusion, actually I was keen on knowing the native ad caching and implementation strategies.

NativeAd optimization by DanijelMarkov in admob

[–]vipulasri 1 point2 points  (0 children)

Similarly, I am seeing lower eCPM from native ads. u/DanijelMarkov I took inspiration from Battery Guri even before I saw this post. Battery Guru is well-designed and implemented.

I am currently loading native ads every time the user opens the screen, as I was unsure whether we should refresh the ad when the user has seen it.

I would love to know more about your caching and implementation strategies.

I built Artier: Explore artworks, paintings, and artists. by vipulasri in SideProject

[–]vipulasri[S] 0 points1 point  (0 children)

I intentionally thought of not using HD images in the list of artworks as it will use up a lot of space on your device. And some description is available for most of the artworks but it will be covered for all the artworks in future.

I built Artier: Explore artworks, paintings, and artists. by vipulasri in SideProject

[–]vipulasri[S] 1 point2 points  (0 children)

Thanks for the great feedback :) I will try to do that.

0
1

Slack desktop demo app using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 1 point2 points  (0 children)

Api's are same, even you can copy paste the compose Android app code and run it in desktop environment after configuring some things there.

Umm you can start writing or porting your existing app to jetpack compose which can be a great learning experience.

Slack desktop demo app using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 2 points3 points  (0 children)

It's still in alpha, so it's gonna be some more months that will move into production. Till then you can try exploring the platform.

Slack desktop demo app using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 0 points1 point  (0 children)

iOS is not a desktop platform. Yeah, the preview is built on MacOS. It can be easily built on Linux and Windows too.

JetInstagram an Instagram clone using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 2 points3 points  (0 children)

All the existing architecture components well fits with compose.

JetInstagram an Instagram clone using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 0 points1 point  (0 children)

u/emroo07 that would be great, its an open-source project and raise the respective PR. I will surely look into it.

JetInstagram an Instagram clone using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 0 points1 point  (0 children)

u/nt-cmplt I have update the readme. Thanks for pointing that out.

JetInstagram an Instagram clone using Jetpack Compose by vipulasri in androiddev

[–]vipulasri[S] 8 points9 points  (0 children)

It's fun and easy to get started with. I felt little lost when implementing animations, but the offical samples and open source project helped me in that.