我正在使用媒体播放器.
我可以选择启动,停止和暂停播放器.我遇到的问题是我找不到从之前暂停的那一点恢复歌曲的选项.
任何帮助提供将是非常有帮助的.
我对sencha很新,我需要帮助.
任何人都可以给我一些关于sencha教程和书籍的链接....
在另一天,我发现了一个显示有关sencha的信息和源代码的网站.
我记得它作为sencha厨房水槽.....但现在当我谷歌它我找不到它如果你知道这个请帮我一个链接.......
谢谢,
我开始研究Ext JS,但是构建过程一直让我很头疼,因为我总是使用记事本.
你能建议一些能帮我轻松构建Ext JS应用程序的工具吗?
这是我使用的xml代码
但即使尝试增加最小高度也没用
请帮忙
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!-- Here you put the rest of your current view-->
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:text="ID:"
android:textSize="15dp"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/cid"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:text="Name:"
android:textSize="15dp"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/con"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:text="Posted By:"
android:textSize="15dp"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/poby"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:text="Posted Time:"
android:textSize="15dp"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/poti"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:text="Annotation ID:"
android:textSize="15dp"
android:textStyle="bold" …Run Code Online (Sandbox Code Playgroud) 这是我的xml代码:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<investors>
<investor name="Active"/>
<investor name="Aggressive"/>
<investor name="Conservative"/>
<investor name="Day Trader"/>
<investor name="Very Active"/>
</investors>
<events>
<event period="3 Month Expiry"/>
<event period="LEAPS"/>
<event period="Monthlies"/>
<event period="Monthly Expiries"/>
<event period="Weeklies"/>
</events>
<prices>
<price rate="$0.5"/>
<price rate="$0.05"/>
<price rate="$1"/>
<price rate="$22"/>
<price rate="$100.34"/>
</prices>
</root>
Run Code Online (Sandbox Code Playgroud)
这是我的代码:
Ext.onReady(function(){
var hi= [],hello = [], hey = [];
Ext.getBody().mask(true, '<div class="demos-loading">Loading…</div>');
var tsstore = new Ext.data.Store({
url: 'xmlformat.xml',
autoLoad: true,
reader: new Ext.data.XmlReader({
record: 'investor'
}, [{name: 'name', mapping: '@name'}])
}); …Run Code Online (Sandbox Code Playgroud) 我试图将数据列表保存到应用程序中,因为我想要保存来自互联网的列表.
我不是说像书签
这就像保存或保存我想要的所有列表,进入手机以供将来参考,然后不需要任何互联网连接
总而言之,如果你对android有任何想法,那就像我想在钛中实现共享偏好.
请帮忙
谢谢.
是否可以像在使用双击或捏合功能一样放大和缩小视图?如果是这样,我们仍然可以在放大后获得相同的坐标或不同的坐标?
如果我有高度100和宽度100的视图,当我点击视图的末尾时,它显然将y位置返回为100.
我的另一个问题是使用捏合或双击进行缩放后,它会将结束y坐标返回为100还是会因为我们放大而返回不同的值?
如果这是不可能的,还有其他选择吗?
谢谢.
android ×4
extjs ×3
sencha-touch ×3
titanium ×2
appcelerator ×1
data-storage ×1
frame ×1
ios ×1
ipad ×1
iphone ×1
javascript ×1
layout ×1
listview ×1
media-player ×1
pinch ×1
view ×1
zooming ×1