Quantcast
Channel: Android – MunchPress
Browsing all 3 articles
Browse latest View live

Getting bitmap from a view (visible, invisible, onCreate)

There are a couple of ways to obtain a bitmap image from a visible view object. However, its a bit more tricky to obtain the bitmap from invisible (or hidden) views. 1. Obtaining bitmaps from visible...

View Article



Android: TransactionTooLargeException – Passing large data through activities...

So I encountered this problem, having to pass a large array of objects from one activity to another. That caused a android.os.TransactionTooLargeException. So we could either break the data array into...

View Article

Android: Singleton vs ApplicationContext

Well here’s a topic that’s hotly debated in Android design. Technically, both of them could work for rapid development. However, I prefer Method B as you can modularize your singletons to support...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images