Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4621928
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:46:18+00:00 2026-05-22T02:46:18+00:00

hello i use this code for diplay my conversation list private Cursor getMessages( SQLiteDatabase

  • 0

hello i use this code for diplay my conversation list

private Cursor getMessages( SQLiteDatabase db, boolean justNewMessages) {


    final String table = Constants.TABLE_CONVERSATION;
                                                                            //index
    final String[] columns = { Constants.TABLE_CONVERSATION_FIELD_ID,       //0
                               Constants.TABLE_CONVERSATION_FIELD_DATE,     //1
                               Constants.TABLE_CONVERSATION_FIELD_FROM,     //2
                               Constants.TABLE_CONVERSATION_FIELD_TO,       //3
                               Constants.TABLE_CONVERSATION_FIELD_MSG       //4
        };

    String selection;

    if(justNewMessages) {
        selection = "(" + Constants.TABLE_CONVERSATION_FIELD_FROM + " = '" + jid +"' or "
                        + Constants.TABLE_CONVERSATION_FIELD_TO + " = '" + jid + "') and "
                        + Constants.TABLE_CONVERSATION_FIELD_NEW + " = '1'";
    } else {
        selection = "(" + Constants.TABLE_CONVERSATION_FIELD_FROM + " = '" + jid +"' or "
                        + Constants.TABLE_CONVERSATION_FIELD_TO + " = '" + jid + "')";
    }

    final String[] selectionArgs = null;
    final String groupBy = null;
    final String having = null;
    final String orderBy = Constants.TABLE_CONVERSATION_FIELD_DATE;

    return db.query(table, columns, selection, selectionArgs, groupBy, having, orderBy);
}

I would like select 10 last i try

final String orderBy = Constants.TABLE_CONVERSATION_FIELD_DATE + " DESC LIMIT 10";

it is the last conversation, but reversed(the last word is up) how Select only 10 last conversation
OR delete and leaves the 10 last conversation and display this … Cant you help me to start idea I do not understand …

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:46:19+00:00Added an answer on May 22, 2026 at 2:46 am

    FIXED Thanks for the tips it’s the solution, thanks thanks thanks

    Fixed by

    final String tableff ="Select "+Constants.TABLE_CONVERSATION_FIELD_ID+","+Constants.TABLE_CONVERSATION_FIELD_DATE+","+Constants.TABLE_CONVERSATION_FIELD_FROM+","+Constants.TABLE_CONVERSATION_FIELD_TO+","+Constants.TABLE_CONVERSATION_FIELD_MSG+" from ["+table+"] WHERE "+selection+" LIMIT ((Select count(["+Constants.TABLE_CONVERSATION_FIELD_DATE+"]) from ["+table+"] WHERE "+selection+")-10),10";
    
        return db.rawQuery(tableff, selectionArgs);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Helo! Is this possible to use string value of one node which tells what
I use the protocol jsonp to call web methods. I use this code for
I wanna make use of the Ternary Operator with an object. if($msg == 'hello'){
Hello can anybody solve this please I'm creating the object in the action class
Hello I am working with a simulator that uses rcS scripts to boot, this
When I run this code on my computer with the help of Google App
I have a problem with the MASM32 assembler The following code is a Hello
Hello everyone I'm trying to convert a PKCS#8 private key that I generate in
Hello I have the following error by git-fsck, which cannot be cleaned by git-gc
Hello again ladies and gents! OK, following on from my other question on ASP.NET

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.