6 followers
Code, Movies and code for movies
In last part we successfully created a complex Pdf with dynamic data. After we create a Pdf, we should be able to show contents of Pdf to User, to...
In last part we created a static PDF in Android. But creating PDF from static data has a big disadvantage. You cannot set data at runtime, i.e. you...
PDF are simple document format with supports text and images. It is simple to share, non editable can be password protected. Great for receipts and...
In my previous post, i wrote about how we can design you app using Observer Pattern. Now we will try something simpler and which works across our...
ReactiveX or Reactive Extensions RxJS is javascript implementation of Reactive Extension, it allows you to use Observer pattern in your web...
Routing: Routing is the process of selecting a path for traffic in a network or between or across multiple networks. Im pretty sure that you all...