• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Android Weather Widget (originally coded by jeff sharkey) not working in version 1.5

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am a newbie into android platform.
Presently I am trying to code a weather widget.
I tried to take the Jeff Sharkey's weather widget as a sample.
But it is not working.

Once the widget is seleted, a Configure forecast widget activity appears,
which contains 2 radio buttons: My Current Location,
Manual Search
2 radio buttons to choose fahrenheit or celsius
And 2 buttons : Verify on map
Save

When Current Location radio is clicked, A black screen appears and there is no output.
If Manual Search button is clicked, then the entire activity goes into Display Only mode.


The emulator stops, once 'Verify on maps' button is clicked, with a message,
"The application Forecast Widgets(process org.jsharkey.sky) has stopped unexpectedly. Please try again".

I am using eclipse 3.5, Android SDK 1.5, JDK 1.6


Also to mention,
everytime I trying debugging the code, I get a error window, with Debug Source Display error, and following details:

"Expecting non-static method jadclipse.JadclipseBufferManager.createBuffer(Lorg/eclipse/jdt/core/IOpenable;)Lorg/eclipse/jdt/core/IBuffer;"

Also, eclipse is not allowing me to watch all the break-points,
most of them get skipped and get checked.

Please Help!
I couldnot help but write such a longggg mail,
since I am the only one working on android platform in my office :-(

P.S: I am not able to attach my zip file. "Error: Files with the extension .7z are not allowed as attachment in the message"
Anyone having any idea how can I upload a file ? Is this option not working here ?

Regards,
Manikarnika
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic