Skip to main content

Mobile Development Collective

A collective for developers who want to share their knowledge and learn more about mobile development practices and platforms
2.1m Questions
+48
28.7k Members
+88
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
24 votes
11k views
Collection

Android Frequently Asked Questions

The Android-related questions that get asked repeatedly, gathered together in one place. What does a new developer always ask at some point? What are the most common questions when someone is ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-2 votes
0 answers
67 views

are these javascript-obfuscator settings safe?

const fs = require("fs"); const path = require("path"); const JavaScriptObfuscator = require("javascript-obfuscator"); fs.readdirSync(inputDir).forEach((file) => { ...
-1 votes
0 answers
41 views

How can I get the Heart Point logic from Google Fit?

As Google already announced that neither Google Fit SDK nor Fitness API is possible to integrate or enable it. The only way to fetch your data into Android mobile device is Health Connect. I have the ...
0 votes
0 answers
51 views

Flutter UI not matching design: top-right badge not properly attached to card border

Here is what I am trying to do: The screenshot is taken from a iPhone 15 Pro: I’m trying to build a pricing UI in Flutter, but the layout is not matching the design—specifically the top-right badge (...
2 votes
0 answers
114 views

How to implement and update a Room database correctly?

I am programming a Counter App where the count is stored in a database. I am using Kotlin, Jetpack Compose, Room and Hilt. When I press the Button for increment, the count do not change. I tried to ...
0 votes
0 answers
71 views

Android PrintService printer not shown in main list without WiFi — any workaround for Bluetooth/USB printers?

I have a custom PrintService implementation in my Android app for Bluetooth and USB receipt printers (used in a restaurant POS system). The service correctly calls addPrinters() inside ...

Learn something new
These are the most recent articles in Mobile Development Collective
14 votes
1k views
1 minute read
How-to guide

Using SwiftData with SwiftUI

One thing we iOS developers should rejoice about is the development of SwiftData, at least if you are coding for a very new project and can forget about iOS versions below 17. We finally have an ...
otaviokz's user avatar
  • 402