Singsys blog

Use App.config file to make connection with database in C# window based Applications

Creating a database connection string from app.config is a very common practice used in C# windows based application. Watch the below video or follow the simple steps to make connection with database in C# window based application using App.config file. (more…)

LG new curved screen phone to be launch in 2014

Very soon LG is going to launch a smartphone with curved and flexible screens in 2014. The light-emitting diode (OLED) panels in these phones are made of plastic rather than glass which makes them both flexible and unbreakable, and allows the creation of foldable designs which could soon change the high-tech smartphone market.

(more…)

Essential Web Design Tips

Having a good-looking and attractive professional website is a key to success for every small business owners. A well design and maintained website is important for all kind of business. Having a website for your business is best method for your users and visitors to find you.  With a website, business owners can generate direct and viral traffic from people who want to know more about their products and services. (more…)

Android OS 4.4 KitKat images leaked online, reveal new features

There is a lot of Buzz regarding Google’s next version of Android OS Kitkat in the tech community. According to report, images of Android latest OS version Kitkat have been leaked online which shows new features.
(more…)

Use BaseAdapter to maintain the state of the checkbox in list-view when scrolling it in android

The getView() method of the class extending the BaseAdapter holds the state of the currently displayed view which is invalidated when scrolling the listview. So, in order to avoid this problem, proceed in the following manner. (more…)