Posts

Featured post

android - Sharing selected text -

i have book-like application , suppose have option of selecting text , sharing it. to make text selectable use edittexts instead of textviews , how can share part of text? i know how text string variable, problem when select text - have standart edittext dialog @ top of screen has options "select all","copy" etc hides action bar, there no way can select text , click "share" on actionbar because it's hidden "copy-select all" panel. what can suggest? you override function "performlongclick".

ios - Push notification not supporting existing app Id? -

Image
hi have 1 ios app in app store,so when create app id didnt checked "push notification" (didnt selected option).its 3 months ,but want add push notification in new version 1.4 .but not able enable pushnotiication now.?? there way fix this? bundle identifies in form of company.exampleapp or need upload new app? please help. you need go edit app id , follow steps enable push notifications. afterwards, need profile again , create ipa updated profile. if using urban airship need change flag value yes "inproduction" in airshipconfig.plist file.

javascript - Nav Sidebar like on Google and Twitch -

i'm trying recreate sidebar: http://www.twitch.tv/directory there's 1 on youtube: http://www.youtube.com/ when window height small scrollbar appears in sidebar, , no matter how large window height it's stuck bottom. content go on right side (the same youtube). there online tutorial or recommendations can follow recreate this? i'm trying find 1 haven't had luck. many thanks. i think you're after might j panelmenu: http://jpanelmenu.com/ completely customisable. have used few businesses such as: http://www.kapowinteractive.com.au/ if bring width in, can see icon pop in top left corner. click , navigation opens up. think may starting point you.

python 2.7 - Chat Solution for Mobile App -

i looking chat solution can integrate mobile app. far, have been looking python solutions , have come across "chat demo in tornado" library. there more advanced solutions can ? chat demo link : https://github.com/facebook/tornado/tree/master/demos/chat there play2 (java) app has been developed example heroku makes use of redis , websockets: https://github.com/heroku-examples/play-websockets-chat-sample it helpful.

jquery - Detect current Section with javascript -

i'm working on onepage website. have fixed menu in pure html, here's code : <header class="header-menu"> <div class="header-menu-inside"> <h1>wm flying</h1> <nav class="menu menustandard"> <a class="target-section1 current" href="#section1">home</a> <a class="target-section2" href="#section2">about</a> <a class="target-section3" href="#section3">portfolio</a> <a class="target-section4" href="#section4">the team</a> <a class="target-section5" href="#section5">contact</a> </nav> </div> </header> <div class="main" id="main"> <section id="section1" class="home"> </section> <secti

internationalization - Translating Views Exposed filters Label -

i'm trying translate views exposed filters labels on site. manage have exposed filters translated internationalization views module. tried string override module translate exposed filters labels far no luck. please point me in right direction? thanks