Android has a few quirks that might make it a bit more challenging. You need to understand threads, and anything to do with the UI needs to occur on the UI thread, while things like networking need to happen on a worker thread .
Android has a few quirks that might make it a bit more challenging. You need to understand threads, and anything to do with the UI needs to occur on the UI thread, while things like networking need to happen on a worker thread .