Some of the android framework classes is a pain in the ass to make a business entity. For example, the Drawable class from Drawable. Should I convert it to byte array? Of course, no! It will add another heavy task for drawable to byte array conversion which makes the load of applications slower. How about Notification Should I make a business entity for this? It is a big No again. The Notification builder is kinda complex to deal with I swear.
Some of the android framework classes is a pain in the ass to make a business entity. For example, the Drawable class from Drawable. Should I convert it to byte array? Of course, no! It will add another heavy task for drawable to byte array conversion which makes the load of applications slower. How about Notification Should I make a business entity for this? It is a big No again. The Notification builder is kinda complex to deal with I swear.