Singsys blog: Mobile Apps

Apple discloses deal to bring iPhones to China Mobile

Apple

 

The long heard partnership of Apple’s and China is now declared officially according to a press release issued by Apple. The announcement outlined the deal as a “multi-year agreement.”

 

(more…)

Use Design Pattern Singleton in Java to control the heap overflow

Design Pattern Singleton in Java

Singletons are useful to provide a unique source of data or functionality to other Java Objects. Design pattern singleton is used to control the heap overflow. It limits the user to create one object for a particular class. If we need to add more functionalities then we can create more objects.

 

(more…)

LG G Flex Curved Phone in Singapore and Hong Kong for pre-order from Dec 8

LG G Flex Curved Phone in Singapore and Hong Kong for pre-order from Dec 8

LG G Flex Curved Phone in Singapore and Hong Kong for pre-order from Dec 8

LG officially announced the release date of G Flex smartphone in October. The Curved and flexible LG smartphone will be available for pre-orders in Singapore starting December 8 and in Hong Kong on December 13 where it will be sold through retailers and from major cellular carriers.

 

(more…)

iPad Mini with Retina Display coming to India on Dec 7

iPad Mini with Retina Display

Apple’s iPad Air, Retina iPad mini is coming to India on Dec 7.  Apple has released the iPad Mini with Retina Display last month on its official online store. The iPad mini with Retina display was then available only in Australia, Austria, Belgium, Canada, China, Czech Republic, Denmark, Finland, France, Germany, Hong Kong, Hungary, Ireland, Italy, Japan, Luxembourg, Netherlands, Norway, Poland, Portugal, Singapore, Spain, Sweden, Switzerland, UK and US.

 

(more…)

Use MVC (Model View Controller) to separate the representation of information from the user’s interaction with it.

The Model-View-Controller paradigm applied to web applications lets you separately display code (for example, HTML and tag libraries that is rendered to the end users) from flow control logic (action classes that performs the required operations on the data) from the data model (data persisting inside the relational databases) to be displayed and updated by the application.

 

(more…)