Search results

  1. C

    How much should a used 2008-2010 kawasaki ninja 250r cost?

    I've been looking for a bike on craigslist, but it seems as if all these people are overpricing their bikes at $3,000 and up. Can someone just give me a general idea as to how to price a bike? or is there a better place other than craigslist to buy a bike?
  2. C

    How much should a used 2008-2010 kawasaki ninja 250r cost?

    I've been looking for a bike on craigslist, but it seems as if all these people are overpricing their bikes at $3,000 and up. Can someone just give me a general idea as to how to price a bike? or is there a better place other than craigslist to buy a bike?
  3. C

    Why isn't my program creating a Toast (Android programming)?

    Whenever the Toast is called, my program throws errors and halts. Here's the bit of code: public class LocationService extends Service implements LocationListener { ......... public void displayList(String dlist) { Log.d("Test", dlist); Toast.makeText(...
  4. C

    Why isn't my program creating a Toast (Android programming)?

    I'm trying to create a Toast when my displayList(String dlist) method is called, but errors keep popping up and the application halts when the Toast is called. Here's my code for this part. private void displayList(String dlist) { Log.d("testing", dlist); Toast.makeText( getApplicationContext()...
Back
Top