Search Results

Search found 13 results on 1 pages for 'haicnpmk44'.

Page 1/1 | 1 

  • UITableView header section

    - by haicnpmk44
    Hi Guys I have a list of countries. How can i display my list content under header distinct "A", "B", "C",... like this link: http://c.upanh.com/upload/7/565/CS0.11778589_1_1.png (give me have same example) thank you!

    Read the article

  • solution for different tab bars in other screen

    - by haicnpmk44
    Hi Guys I am finding the solution for my application. I create an iphone application have 3 screen: First screen not contain any tab bar. Second screen have 2 tab bar item. Third screen have 3 tab bar item. http://c.upanh.com/upload/7/719/L50.11932623_1_1.jpg If i create a UITabBarController - the tab bar will be appeared from first screen. So I have to hide tab bar in first screen. But second and third screen have different tab bar - not good idea. Do you have solution for this issue, please help me. Thank you !!!

    Read the article

  • store parameters in iPhone

    - by haicnpmk44
    Hi guys I try to store parameters in iphone application for example I want to store username and password after login. And next time when I re-open iphone application, I can re-get that username and password to login automatically. Thank you!

    Read the article

  • hibernate pagination mechanism

    - by haicnpmk44
    I am trying to use Hibernate pagination for my query (PostgreSQL ) i set setFirstResult(0), setMaxResults(20) for my sql query. My code like below: Session session = getSessionFactory().getCurrentSession(); session.beginTransaction(); Query query = session.createQuery("select id , customer_name , address from tbl_customers "); query.setFirstResult(0); query.setMaxResults(20); List<T> entities = query.list(); session.getTransaction().commit(); but when viewing SQL hibernate log, i still see full sql query: Hibernate: select customer0_.id as id9_, customer0_.customer_name as dst2_9_, customer0_.addres as dst3_9_ from tbl_customers customer0_ Why there is no LIMIT OFFSET in query of Hibernate pagination SQL log? Does anyone know about Hibernate pagination mechanism? I guess that Hibernate will select all data, put data into Resultset, and then paging in Resultset, right?

    Read the article

1