Quantcast
Channel: User tjberte - Stack Overflow
Browsing all 36 articles
Browse latest View live

Comment by tjberte on JQuery .load with Setinveral, on refresh it resets...

Your comments are a little over my head. Any further details would help.

View Article



Comment by tjberte on Python Scrapy - Issues with scraping data that is...

Whta is this line? html = comment[4:-3]

View Article

Comment by tjberte on Python and Scrapy, and attempting to get scraped data...

This is essentially the same answer I came up with on my own, but this works too.

View Article

Comment by tjberte on how to echo a node value (not atribute)

bingo, thanks for helping me withy my issue $variable->nodeValue was exactly what i needed.

View Article

Comment by tjberte on pushViewController Extremely slow

Anyone still having the issue after doing this? I am. But I think it has to do with pushing to a WebKit view. Extremely frustrated.

View Article


Comment by tjberte on Any way to grab a logo icon from website URL,...

Site appears down as of August 2020.

View Article

Comment by tjberte on UIView Frame View and CGRect Not Working on First Call

Close action? This is the close action. I am trying slide it out of view.

View Article

Comment by tjberte on Swift Flow - Hiding Tables/Unhiding Tables, isHidden

So where should I unhide the table? With a completion?

View Article


Android: I can't figure out SimpleDateFormat

I have tried and tried, but I cannot get my RSS app to properly format the pubDate into a more user friendly format. String str = "26/08/1994"; SimpleDateFormat formatter = new...

View Article


Android: Implementing a pause until RSS feed is pulled from site

So, I've built an Ok RSS reader for a new sports app I'll be releasing soon. It will read feeds from various sports sites and display them. The problem I have is that the feeds are loading immediately...

View Article

Answer by tjberte for why doesn't my 4th intent button work?

Sorry, I should have done more digging before posting this. Forgot one critical line. espn.setOnClickListener(this);

View Article

why doesn't my 4th intent button work?

m i missing something? the first 3 work fine.public void onClick(View v) {switch (v.getId()) {case R.id.hawknation_button: Intent i = new Intent(this, HawkNationRSS.class); startActivity(i); break;...

View Article

Android: What is the Facebook app utilizing for ProgressDialog/Loading

Check this screenshot here: http://farm6.static.flickr.com/5174/5389868759_8021dedbb8.jpgWhat are they utilizing to do that while loading the data? I've got my own progress Dialog setup, but I like how...

View Article


Answer by tjberte for Android: onClick Between Views and utilizing Asynctask

I ended up not using my view in question. I just switch between views by opening a different activity on each button.

View Article

Android: onClick Between Views and utilizing Asynctask

My project that I've spent almost 40hrs on is almost complete, but I have one last task to accomplish. My previous problem what that when users clicked to pull up a news RSS feed that app would...

View Article


Android: Avoid duplicate media from being played. stop(), start()

This has got to be simple. I have a single button in my app. When you press the button it plays a sound that's about 1 minute long. The problem is that if someone presses the button twice, three times,...

View Article

Android: Learning about Arrays. Need a little help

So I'm close with my code. I've been trying to get my Soundboard to utilize Set As Ringtone for two days now. It's obvious I need to utilize Arrays.Three sections of code, but not quite sure how to...

View Article


Answer by tjberte for Android APK installation of my new app closes back to...

Turned out to be a problem just downloading it from my webhost. If I copied it over a cable it was fine. And once I got it on the marketplace everything was fine.

View Article

Android APK installation of my new app closes back to the original screen

So,I finally have an app built, but my latest build of it which runs perfectly on the emulator just crashes the apk installation back to the original screen on an actual phone. No errors what so ever....

View Article

Android: Switch views in tabs without leaving current tab. Like USA Today App

I'm in the process of building a sports team app and have created my own tab bar as opposed to using Google's tab code. I like the way USA Today's App works.USA Today AppWhen you choose amongst the...

View Article
Browsing all 36 articles
Browse latest View live




Latest Images